소스 검색

Clean up.

Mr.doob 9 년 전
부모
커밋
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;