consistency

This commit is contained in:
Irlan
2019-03-30 11:59:20 -03:00
parent f59df50fbd
commit 117f984698
6 changed files with 11 additions and 12 deletions

View File

@ -20,7 +20,7 @@
#define MODEL_H
#include <testbed/framework/draw.h>
#include <testbed/framework/testbed_listener.h>
#include <testbed/framework/testbed_profiler.h>
class Test;
@ -63,7 +63,7 @@ private:
Draw m_draw;
Camera m_camera;
Profiler m_profiler;
TestbedListener m_profilerListener;
TestbedProfiler m_profilerListener;
Test* m_test;
bool m_setTest;
bool m_pause;