We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a445165 commit 21ec167Copy full SHA for 21ec167
src/objects/Group.js
@@ -11,4 +11,4 @@ THREE.Group = function () {
11
};
12
13
THREE.Group.prototype = Object.create( THREE.Object3D.prototype );
14
-THREE.Group.prototype.constructor = THREE.Group;
+THREE.Group.prototype.constructor = THREE.Group;
0 commit comments