wasm: Fixed build.

This commit is contained in:
Бранимир Караџић 2024-10-21 18:21:09 -07:00
parent 76dde5d0b2
commit 16f5562000

View File

@ -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