From b35397e8a97388b23ed41cced19e5c16be5ef93e Mon Sep 17 00:00:00 2001 From: hap Date: Fri, 10 Jan 2025 22:36:13 +0100 Subject: [PATCH] bgfx: fix compile error after https://github.com/mamedev/mame/commit/ba6f5853e9382a959af8ff81980c0f06a6ffe80e --- 3rdparty/bgfx/src/glcontext_html5.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/bgfx/src/glcontext_html5.cpp b/3rdparty/bgfx/src/glcontext_html5.cpp index 0e55b792deb..cce0f299da8 100644 --- a/3rdparty/bgfx/src/glcontext_html5.cpp +++ b/3rdparty/bgfx/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