diff --git a/src/bgfx.cpp b/src/bgfx.cpp index 69a3b4443..471583429 100644 --- a/src/bgfx.cpp +++ b/src/bgfx.cpp @@ -3956,6 +3956,7 @@ namespace bgfx } s_threadIndex = 0; + s_renderFrameCalled = false; g_callback = NULL; g_allocator = NULL; }