2
0
Mr.doob 9 жил өмнө
parent
commit
21ec1679dd
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/objects/Group.js

+ 1 - 1
src/objects/Group.js

@@ -11,4 +11,4 @@ THREE.Group = function () {
 };
 
 THREE.Group.prototype = Object.create( THREE.Object3D.prototype );
-THREE.Group.prototype.constructor = THREE.Group;
+THREE.Group.prototype.constructor = THREE.Group;