move definition
This commit is contained in:
parent
5cdafe9e8b
commit
2a370613a8
@ -18,6 +18,8 @@
|
|||||||
|
|
||||||
#include <testbed/framework/model.h>
|
#include <testbed/framework/model.h>
|
||||||
|
|
||||||
|
Settings* g_settings = nullptr;
|
||||||
|
|
||||||
Model::Model()
|
Model::Model()
|
||||||
{
|
{
|
||||||
g_settings = &m_settings;
|
g_settings = &m_settings;
|
||||||
|
@ -34,7 +34,6 @@ void b3PopProfileScope()
|
|||||||
g_profiler->PopEvent();
|
g_profiler->PopEvent();
|
||||||
}
|
}
|
||||||
|
|
||||||
Settings* g_settings = nullptr;
|
|
||||||
TestSettings* g_testSettings = nullptr;
|
TestSettings* g_testSettings = nullptr;
|
||||||
|
|
||||||
Test::Test() : m_bodyDragger(&m_bodyRay, &m_world)
|
Test::Test() : m_bodyDragger(&m_bodyRay, &m_world)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user