diff --git a/src/Application/States/TextureMappingState.cpp b/src/Application/States/TextureMappingState.cpp index bec0248..168f50d 100644 --- a/src/Application/States/TextureMappingState.cpp +++ b/src/Application/States/TextureMappingState.cpp @@ -149,8 +149,7 @@ void TextureMappingState::onMouseReleased(Application * app, ofMouseEventArgs & // Alter mouse event args to match canvas translation args.x -= _canvasTranslate.x; args.y -= _canvasTranslate.y; - - //app->getGui()->mouseReleased(args); + app->getGui()->stopDrag(); app->getGui()->getTextureEditor()->stopDragJoints(); }