Browse Source

Object3D: Remove unused array in .toJSON()

Mugen87 7 năm trước cách đây
mục cha
commit
520138975f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/core/Object3D.js

+ 0 - 1
src/core/Object3D.js

@@ -676,7 +676,6 @@ Object.assign( Object3D.prototype, EventDispatcher.prototype, {
 			if ( parameters !== undefined && parameters.shapes !== undefined ) {
 
 				var shapes = parameters.shapes;
-				var uuids = [];
 
 				if ( Array.isArray( shapes ) ) {