some renaming

This commit is contained in:
Irlan
2019-04-01 11:15:39 -03:00
parent f195e77be7
commit 2e4b7004c9
6 changed files with 19 additions and 19 deletions

View File

@ -21,10 +21,10 @@
#include <testbed/framework/draw.h>
#include <testbed/framework/profiler.h>
#include <testbed/framework/recorder_profiler.h>
#include <testbed/framework/profiler_recorder.h>
// Set to 1 to write profile events into a .json file. Set to 0 otherwise.
#define PROFILE_JSON 1
#define PROFILE_JSON 0
#if (PROFILE_JSON == 1)
#include <testbed\framework\json_profiler.h>
@ -71,7 +71,7 @@ private:
Draw m_draw;
Camera m_camera;
Profiler m_profiler;
RecorderProfiler m_recorderProfiler;
ProfilerRecorder m_profilerRecorder;
#if (PROFILE_JSON == 1)
JsonProfiler m_jsonListener;