Browse Source

Fix switching to mapping mode instead of presentation

After creating Application::set..Mode methods there was a mistake on <1> keypress.
master
Krisjanis Rijnieks 9 years ago
parent
commit
900adab1e6
  1. 2
      src/Application/Application.cpp

2
src/Application/Application.cpp

@ -113,7 +113,7 @@ void Application::onKeyPressed(ofKeyEventArgs & args){
break; break;
case '1': case '1':
setProjectionMode(); setPresentationMode();
break; break;
case '2': case '2':

Loading…
Cancel
Save