Browse Source

Fix lasso select

trethaller 7 năm trước cách đây
mục cha
commit
436c65e015
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 		});