Browse Source

Removed unnecessary line

Daniel 9 năm trước cách đây
mục cha
commit
f5d82433f7
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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();
 
 	},