1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-15 02:28:05 +00:00

option -dgl to debug shaders

This commit is contained in:
Zeno Rogue
2019-10-28 17:18:59 +01:00
parent d7c57d3b6b
commit 33f17e345a
2 changed files with 16 additions and 3 deletions

View File

@@ -797,6 +797,9 @@ int read_cheat_args() {
fixseed = true; autocheat = true;
shift(); steplimit = argi();
}
else if(argis("-dgl")) {
debug_gl = true;
}
else if(argis("-W")) {
PHASEFROM(2);
shift();