mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-23 02:42:39 +01:00
Change the Profiling flag to be shorter
This commit is contained in:
parent
3e9b0c64e4
commit
61b47192c1
@ -25,7 +25,7 @@ ENDIF()
|
||||
# Make GLM use radians
|
||||
add_definitions(-DGLM_FORCE_RADIANS)
|
||||
|
||||
IF(${ENABLE_PROFILE_RENDERER})
|
||||
IF(${PROFILING})
|
||||
add_definitions(-DRENDER_PROFILER=1)
|
||||
else()
|
||||
add_definitions(-DRENDER_PROFILER=0)
|
||||
|
Loading…
Reference in New Issue
Block a user