bgfx: fix compile error after ba6f5853e9

This commit is contained in:
hap 2025-01-10 22:36:13 +01:00
parent 4b81950976
commit b35397e8a9

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