Browse Source

missing setCurrent in startLasso

bcorbet 5 years ago
parent
commit
9868995182
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hide/comp/SceneEditor.hx

+ 1 - 0
hide/comp/SceneEditor.hx

@@ -1044,6 +1044,7 @@ class SceneEditor {
 			inLassoMode = false;
 			return;
 		}
+		scene.setCurrent();
 		inLassoMode = true;
 		var g = new h2d.Object(scene.s2d);
 		var overlay = new h2d.Bitmap(h2d.Tile.fromColor(0xffffff, 10000, 10000, 0.1), g);