2
0
Эх сурвалжийг харах

missing setCurrent in startLasso

bcorbet 5 жил өмнө
parent
commit
9868995182

+ 1 - 0
hide/comp/SceneEditor.hx

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