Browse Source

Update PolygonEditor

ShiroSmith 5 years ago
parent
commit
8b7ce3f03f
1 changed files with 0 additions and 2 deletions
  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);