OpenGLRenderer: Use a single context with WebGL
This commit is contained in:
committed by
Jérôme Leclercq
parent
ea5c5240fc
commit
5b3703347f
@@ -196,6 +196,8 @@ namespace Nz
|
||||
{
|
||||
#ifdef NAZARA_PLATFORM_WEB
|
||||
WindowHandle handle;
|
||||
handle.type = WindowBackend::Web;
|
||||
|
||||
return handle;
|
||||
#else
|
||||
SDL_SysWMinfo wmInfo;
|
||||
|
||||
Reference in New Issue
Block a user