Browse Source

Make presets a hidden feature for now

master
Krisjanis Rijnieks 9 years ago
parent
commit
60fedb1277
  1. 4
      src/Application/Modes/ProjectionMappingMode.cpp

4
src/Application/Modes/ProjectionMappingMode.cpp

@ -284,10 +284,12 @@ void ProjectionMappingMode::onKeyPressed(Application * app, ofKeyEventArgs & arg
app->getSurfaceManager()->getSelectedSurface()->getScale() - 0.2f));
}
break;
/*
case 'n': // Set next preset
app->getSurfaceManager()->setNextPreset();
break;
*/
default:
break;

Loading…
Cancel
Save