Fix context sharing
This commit is contained in:
@@ -113,7 +113,7 @@ namespace Nz::GL
|
||||
return {};
|
||||
}
|
||||
|
||||
if (!context->Create(params, handle, /*static_cast<EGLContextBase*>(shareContext)*/nullptr))
|
||||
if (!context->Create(params, handle, static_cast<EGLContextBase*>(shareContext)))
|
||||
{
|
||||
NazaraError("failed to create context");
|
||||
return {};
|
||||
|
||||
Reference in New Issue
Block a user