1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 03:12:36 +01:00

Fix compliler error with profiling disabled

This commit is contained in:
Daniel Evans 2016-04-27 00:18:57 +01:00
parent bf68ddcd7c
commit 637a6b97ab

View File

@ -77,6 +77,7 @@ public:
#define RW_PROFILE_END() \
perf::Profiler::get().endEvent();
#else
#define RW_PROFILE_FRAME_BOUNDARY()
#define RW_PROFILE_BEGIN(label)
#define RW_PROFILE_END()
#endif