浏览代码

Update PolygonEditor

ShiroSmith 5 年之前
父节点
当前提交
8b7ce3f03f
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      hide/prefab/PolygonEditor.hx

+ 0 - 2
hide/prefab/PolygonEditor.hx

@@ -437,8 +437,6 @@ class PolygonEditor {
 			function(e) {
 				//lastPos = null;
 				lastPointSelected = null;
-				refreshEditorDisplay();
-				refreshDebugDisplay();
 				if( beforeMoveList != null ){
 					afterMoveList = copyArray(polygonPrefab.points.points);
 					addUndo(beforeMoveList, afterMoveList);