move definition

This commit is contained in:
Irlan 2018-04-12 12:41:59 -03:00
parent 5cdafe9e8b
commit 2a370613a8
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,8 @@
#include <testbed/framework/model.h>
Settings* g_settings = nullptr;
Model::Model()
{
g_settings = &m_settings;

View File

@ -34,7 +34,6 @@ void b3PopProfileScope()
g_profiler->PopEvent();
}
Settings* g_settings = nullptr;
TestSettings* g_testSettings = nullptr;
Test::Test() : m_bodyDragger(&m_bodyRay, &m_world)