Explorar o código

Minor cleanup

Paul Masson %!s(int64=7) %!d(string=hai) anos
pai
achega
dd90dbea11
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/manual/introduction/Creating-a-scene.html

+ 1 - 1
docs/manual/introduction/Creating-a-scene.html

@@ -153,7 +153,7 @@
 						cube.rotation.x += 0.1;
 						cube.rotation.y += 0.1;
 
-						renderer.render(scene, camera);
+						renderer.render( scene, camera );
 					};
 
 					animate();