Browse Source

Merge pull request #11590 from neildocherty/patch-2

Update Group.html
Mr.doob 8 years ago
parent
commit
5c61295d99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/objects/Group.html

+ 1 - 1
docs/api/objects/Group.html

@@ -28,7 +28,7 @@
 		cubeA.position.set( 100, 100, 0 );
 		cubeA.position.set( 100, 100, 0 );
 
 
 		var cubeB = new THREE.Mesh( geometry, material );
 		var cubeB = new THREE.Mesh( geometry, material );
-		cubeA.position.set( -100, -100, 0 );
+		cubeB.position.set( -100, -100, 0 );
 
 
 		//create a group and add the two cubes
 		//create a group and add the two cubes
 		//These cubes can now be rotated / scaled etc as a group
 		//These cubes can now be rotated / scaled etc as a group