|
|
@@ -503,10 +503,6 @@ void Device::run()
|
|
|
_pipeline->reset(_width, _height);
|
|
|
}
|
|
|
|
|
|
-#if CROWN_TOOLS
|
|
|
- tool_update(dt);
|
|
|
-#endif
|
|
|
-
|
|
|
if (!_paused)
|
|
|
{
|
|
|
_resource_manager->complete_requests();
|
|
|
@@ -532,6 +528,10 @@ void Device::run()
|
|
|
|
|
|
profiler_globals::flush();
|
|
|
|
|
|
+#if CROWN_TOOLS
|
|
|
+ tool_update(dt);
|
|
|
+#endif
|
|
|
+
|
|
|
bgfx::frame();
|
|
|
}
|
|
|
|