Explorar o código

Removed unnecessary line

Daniel %!s(int64=9) %!d(string=hai) anos
pai
achega
f5d82433f7
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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();
 
 	},