فهرست منبع

Merge pull request #14056 from paulmasson/patch-1

Minor cleanup
Mr.doob 7 سال پیش
والد
کامیت
78f33cf6c8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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.x += 0.1;
 						cube.rotation.y += 0.1;
 						cube.rotation.y += 0.1;
 
 
-						renderer.render(scene, camera);
+						renderer.render( scene, camera );
 					};
 					};
 
 
 					animate();
 					animate();