mirror of
https://github.com/holub/mame
synced 2025-07-23 02:01:08 +03:00
bgfx: fix compile error after ba6f5853e9
This commit is contained in:
parent
4b81950976
commit
b35397e8a9
2
3rdparty/bgfx/src/glcontext_html5.cpp
vendored
2
3rdparty/bgfx/src/glcontext_html5.cpp
vendored
@ -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