wasm: Fixed build.
This commit is contained in:
parent
76dde5d0b2
commit
16f5562000
@ -86,7 +86,7 @@ namespace bgfx { namespace gl
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
m_primary = createSwapChain((void*)canvas, (int)_width, (int)_height) );
|
m_primary = createSwapChain((void*)canvas, (int)_width, (int)_height);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (0 != _width
|
if (0 != _width
|
||||||
|
Loading…
Reference in New Issue
Block a user