mirror of
https://github.com/holub/mame
synced 2025-06-26 14:24:12 +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()
|
void renderer_bgfx::exit()
|
||||||
{
|
{
|
||||||
bgfx::shutdown();
|
bgfx::shutdown();
|
||||||
|
s_window_set = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
//============================================================
|
//============================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user