Explorar el Código

Minor cleanup

Paul Masson hace 7 años
padre
commit
dd90dbea11
Se han modificado 1 ficheros con 1 adiciones y 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();

粤ICP备19079148号