1
0
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:
Zeno Rogue 2018-02-03 13:55:54 +01:00
parent c7f93c3054
commit 84b7f73920

View File

@ -430,9 +430,6 @@ void fix_mouseh() {
void handlekey(int sym, int uni) { 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; if(callhandlers(false, hooks_handleKey, sym, uni)) return;
keyhandler(sym, uni); keyhandler(sym, uni);