mirror of https://github.com/bkaradzic/bgfx
Fixed issue #1210.
This commit is contained in:
parent
c38d76f42a
commit
a04066ba41
|
@ -523,6 +523,8 @@ namespace entry
|
|||
}
|
||||
}
|
||||
|
||||
while (bgfx::RenderFrame::NoContext != bgfx::renderFrame() ) {};
|
||||
|
||||
thread.shutdown();
|
||||
|
||||
DestroyWindow(m_hwnd[0]);
|
||||
|
|
Loading…
Reference in New Issue