Fix #19645: debug properties not showing while game is running.
This commit is contained in:
@@ -1523,7 +1523,7 @@ void game_set_commmandline_options(GameData *gm)
|
||||
SYS_WriteCommandLineInt(syshandle, "show_framerate", test);
|
||||
SYS_WriteCommandLineInt(syshandle, "show_profile", test);
|
||||
|
||||
test = (gm->flag & GAME_SHOW_FRAMERATE);
|
||||
test = (gm->flag & GAME_SHOW_DEBUG_PROPS);
|
||||
SYS_WriteCommandLineInt(syshandle, "show_properties", test);
|
||||
|
||||
test= (gm->flag & GAME_SHOW_PHYSICS);
|
||||
|
||||
Reference in New Issue
Block a user