浏览代码

missing setCurrent in startLasso

bcorbet 5 年之前
父节点
当前提交
9868995182
共有 1 个文件被更改,包括 1 次插入0 次删除
  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);