diff --git a/src/Application/ProjectionMappingState.cpp b/src/Application/ProjectionMappingState.cpp index e78994c..4aaa276 100644 --- a/src/Application/ProjectionMappingState.cpp +++ b/src/Application/ProjectionMappingState.cpp @@ -276,7 +276,7 @@ void ProjectionMappingState::onKeyPressed(Application * app, ofKeyEventArgs & ar if(app->getSurfaceManager()->getSelectedSurface() != 0){ app->getCmdManager()->exec( new ScaleSurfaceUpCmd( - app->getSurfaceManager()->getSelectedSurface(), 0.1f)); + app->getSurfaceManager()->getSelectedSurface(), 0.2f)); } break; @@ -284,7 +284,7 @@ void ProjectionMappingState::onKeyPressed(Application * app, ofKeyEventArgs & ar if(app->getSurfaceManager()->getSelectedSurface() != 0){ app->getCmdManager()->exec( new ScaleSurfaceDnCmd( - app->getSurfaceManager()->getSelectedSurface(), 0.1f)); + app->getSurfaceManager()->getSelectedSurface(), 0.2f)); } break;