1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-17 14:17:10 +00:00

improved detailed_shader

This commit is contained in:
Zeno Rogue
2025-08-23 22:40:28 +02:00
parent bb3c80fb79
commit 6556f24243
2 changed files with 7 additions and 2 deletions

View File

@@ -845,6 +845,11 @@ int read_cheat_args() {
glhr::debug_gl = true;
#endif
}
else if(argis("-dsgl")) {
#if CAP_GL
detailed_shader = true;
#endif
}
else if(argis("-mgen-off")) {
PHASEFROM(3);
cheat();