diff --git a/src/Application/ProjectionMappingState.cpp b/src/Application/ProjectionMappingState.cpp index cb5a0ba..6965010 100644 --- a/src/Application/ProjectionMappingState.cpp +++ b/src/Application/ProjectionMappingState.cpp @@ -179,6 +179,8 @@ void ProjectionMappingState::onKeyPressed(Application * app, ofKeyEventArgs & ar new SetNextSourceCmd( app->getSurfaceManager()->getSelectedSurface(), app->getGui()->getSourcesEditor())); + }else{ + app->getCmdManager()->exec(new SelNextSurfaceCmd(app->getSurfaceManager())); } break;