1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-05 02:07:03 +00:00

debug_gl fixup

This commit is contained in:
Zeno Rogue 2019-10-28 17:24:25 +01:00
parent 79cdbf7a53
commit e6a1279544

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);