Ver Fonte

Removed unnecessary line

Daniel há 9 anos atrás
pai
commit
f5d82433f7
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      editor/js/CmdSetGeometry.js

+ 0 - 1
editor/js/CmdSetGeometry.js

@@ -49,7 +49,6 @@ CmdSetGeometry.prototype = {
 	update: function ( cmd ) {
 
 		this.newGeometry = cmd.newGeometry;
-		this.newGeometryJSON = cmd.newGeometry.toJSON();
 
 	},