diff --git a/src/Application/ProjectionMappingState.cpp b/src/Application/ProjectionMappingState.cpp index 878b8e5..88fd909 100644 --- a/src/Application/ProjectionMappingState.cpp +++ b/src/Application/ProjectionMappingState.cpp @@ -169,6 +169,10 @@ void ProjectionMappingState::onKeyPressed(Application * app, ofKeyEventArgs & ar } break; + case ' ': + app->getCmdManager()->exec(new DeselectSurfaceCmd(app->getSurfaceManager())); + break; + default: break; }