소스 검색

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);