Mugen87 7 tahun lalu
induk
melakukan
25c39c2ed8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      docs/api/cameras/ArrayCamera.html

+ 1 - 1
docs/api/cameras/ArrayCamera.html

@@ -14,7 +14,7 @@
 
 		<div class="desc">
 			[name] can be used in order to efficiently render a scene with a predefined set of cameras. This is an important performance aspect for rendering VR scenes.<br />
-			Each instance of [name] has an array of sub cameras. It's mandatory to define for each sub camera the *bounds* property which determines the part of the viewport that is rendered with this camera.
+			An instance of [name] always has an array of sub cameras. It's mandatory to define for each sub camera the *bounds* property which determines the part of the viewport that is rendered with this camera.
 		</div>
 
 		<h2>Example</h2>