mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
removed debug stereo control
This commit is contained in:
parent
c7f93c3054
commit
84b7f73920
@ -430,9 +430,6 @@ void fix_mouseh() {
|
||||
|
||||
void handlekey(int sym, int uni) {
|
||||
|
||||
if(uni == '=') { stereo::mode = stereo::eStereo((1 + stereo::mode) % 3); return; }
|
||||
if(uni == '+') switchGL();
|
||||
|
||||
if(callhandlers(false, hooks_handleKey, sym, uni)) return;
|
||||
|
||||
keyhandler(sym, uni);
|
||||
|
Loading…
Reference in New Issue
Block a user