Fixed tests
parent
6333d2d38e
commit
db43400d97
|
@ -17,7 +17,7 @@ public:
|
||||||
|
|
||||||
virtual void SetUp()
|
virtual void SetUp()
|
||||||
{
|
{
|
||||||
m_robotMain = new CRobotMain(&m_app);
|
m_robotMain = new CRobotMain(&m_app, false);
|
||||||
|
|
||||||
m_engine = new Gfx::CEngine(nullptr);
|
m_engine = new Gfx::CEngine(nullptr);
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
template<> CRobotMain* CSingleton<CRobotMain>::m_instance = nullptr;
|
template<> CRobotMain* CSingleton<CRobotMain>::m_instance = nullptr;
|
||||||
|
|
||||||
CRobotMain::CRobotMain(CApplication* app)
|
CRobotMain::CRobotMain(CApplication* app, bool loadProfile)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue