mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 06:13:07 +01:00
wasm: Fixed build.
This commit is contained in:
@@ -86,7 +86,7 @@ namespace bgfx { namespace gl
|
||||
}
|
||||
else
|
||||
{
|
||||
m_primary = createSwapChain((void*)canvas, (int)_width, (int)_height) );
|
||||
m_primary = createSwapChain((void*)canvas, (int)_width, (int)_height);
|
||||
}
|
||||
|
||||
if (0 != _width
|
||||
|
||||
Reference in New Issue
Block a user