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:
parent
bf68ddcd7c
commit
637a6b97ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user