Skip to content

Commit

Permalink
wasm: Fixed build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Oct 22, 2024
1 parent 76dde5d commit 16f5562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glcontext_html5.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16f5562

Please sign in to comment.