Removed profiler listener

This commit is contained in:
Irlan
2019-04-08 13:53:35 -03:00
parent 7ed4166f0c
commit 6aa677e133
7 changed files with 54 additions and 77 deletions

View File

@ -61,7 +61,11 @@ public:
void Command_ZoomCamera(float32 d);
void Update();
#if (PROFILE_JSON == 1)
void UpdateJson();
#endif
bool IsPaused() const { return m_pause; }
private:
friend class ViewModel;
@ -74,7 +78,7 @@ private:
ProfilerSt m_profilerSt;
#if (PROFILE_JSON == 1)
JsonProfiler m_jsonListener;
JsonProfiler m_jsonProfiler;
#endif
Test* m_test;