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