Skip to content

Commit 16f5562

Browse files
committed
wasm: Fixed build.
1 parent 76dde5d commit 16f5562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/glcontext_html5.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ namespace bgfx { namespace gl
8686
}
8787
else
8888
{
89-
m_primary = createSwapChain((void*)canvas, (int)_width, (int)_height) );
89+
m_primary = createSwapChain((void*)canvas, (int)_width, (int)_height);
9090
}
9191

9292
if (0 != _width

0 commit comments

Comments
 (0)