浏览代码

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;