mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Fix bgfx crash when launching games from UI, nw
This commit is contained in:
parent
53994092de
commit
72dd79838f
@ -176,6 +176,7 @@ renderer_bgfx::~renderer_bgfx()
|
||||
void renderer_bgfx::exit()
|
||||
{
|
||||
bgfx::shutdown();
|
||||
s_window_set = false;
|
||||
}
|
||||
|
||||
//============================================================
|
||||
|
Loading…
Reference in New Issue
Block a user