mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-20 07:35:13 +00:00
fixed to work on OPENGL 1.0
This commit is contained in:
@@ -2085,6 +2085,10 @@ int read_config_args() {
|
||||
}
|
||||
TOGGLE('o', vid.usingGL, switchGL())
|
||||
TOGGLE('f', vid.full, switchFullscreen())
|
||||
else if(argis("-noshaders")) {
|
||||
PHASE(1);
|
||||
glhr::noshaders = true;
|
||||
}
|
||||
else if(argis("-d:sight")) {
|
||||
PHASEFROM(2); launch_dialog(); edit_sightrange();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user