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

@ -142,6 +142,10 @@ static void Run()
g_profilerSt->End();
#if PROFILE_JSON == 1
g_model->UpdateJson();
#endif
g_profiler->End();
g_view->EndInterface();