debug_gl fixup

This commit is contained in:
Zeno Rogue 2019-10-28 17:24:25 +01:00
parent 79cdbf7a53
commit e6a1279544
1 changed files with 1 additions and 1 deletions

View File

@ -798,7 +798,7 @@ int read_cheat_args() {
shift(); steplimit = argi();
}
else if(argis("-dgl")) {
debug_gl = true;
glhr::debug_gl = true;
}
else if(argis("-W")) {
PHASEFROM(2);