Explorar o código

missing setCurrent in startLasso

bcorbet %!s(int64=5) %!d(string=hai) anos
pai
achega
9868995182
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);