From 16f5562000c259f5d7ba1cae8e6f496d25db4d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Mon, 21 Oct 2024 18:21:09 -0700 Subject: [PATCH] wasm: Fixed build. --- src/glcontext_html5.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glcontext_html5.cpp b/src/glcontext_html5.cpp index 4956a7959..ee1265691 100644 --- a/src/glcontext_html5.cpp +++ b/src/glcontext_html5.cpp @@ -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