Browse Source

Fix lasso select

trethaller 7 years ago
parent
commit
436c65e015
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hide/comp/SceneEditor.hx

+ 1 - 1
hide/comp/SceneEditor.hx

@@ -543,7 +543,7 @@ class SceneEditor {
 				intOverlay.remove();
 				g.remove();
 				inLassoMode = false;
-				return false;
+				return true;
 			}
 			return false;
 		});