We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76dde5d commit 16f5562Copy full SHA for 16f5562
src/glcontext_html5.cpp
@@ -86,7 +86,7 @@ namespace bgfx { namespace gl
86
}
87
else
88
{
89
- m_primary = createSwapChain((void*)canvas, (int)_width, (int)_height) );
+ m_primary = createSwapChain((void*)canvas, (int)_width, (int)_height);
90
91
92
if (0 != _width
0 commit comments