From ef22a071caa4ec2e9f445a292a8e2e1a946bd440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Thu, 21 Feb 2019 20:37:42 -0800 Subject: [PATCH] Fixed issue #1549, #1662. --- src/bgfx.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bgfx.cpp b/src/bgfx.cpp index f1369d39c..5aa4945a5 100644 --- a/src/bgfx.cpp +++ b/src/bgfx.cpp @@ -3415,7 +3415,6 @@ namespace bgfx s_allocatorStub = NULL; } - s_renderFrameCalled = false; s_threadIndex = 0; g_callback = NULL; g_allocator = NULL;