2
0
ShiroSmith 5 жил өмнө
parent
commit
8b7ce3f03f

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