Przeglądaj źródła

UNROLL_LOOP_INDEX -> UNROLLED_LOOP_INDEX

Garrett Johnson 4 lat temu
rodzic
commit
5c4f9db3e9

+ 1 - 1
docs/api/en/materials/ShaderMaterial.html

@@ -58,7 +58,7 @@
 						Array accesses within the loop must include spaces around the index: <b>array[ i ]</b>.
 					</li>
 					<li>
-						The value *UNROLL_LOOP_INDEX* will be replaced with the explicity value of *i* for the given iteration and can be used in preprocessor statements.
+						The value *UNROLLED_LOOP_INDEX* will be replaced with the explicity value of *i* for the given iteration and can be used in preprocessor statements.
 					</li>
 				</ul>
 				<code>

+ 1 - 1
docs/api/zh/materials/ShaderMaterial.html

@@ -47,7 +47,7 @@
 						Array accesses within the loop must include spaces around the index: <b>array[ i ]</b>.
 					</li>
 					<li>
-						The value *UNROLL_LOOP_INDEX* will be replaced with the explicity value of *i* for the given iteration and can be used in preprocessor statements.
+						The value *UNROLLED_LOOP_INDEX* will be replaced with the explicity value of *i* for the given iteration and can be used in preprocessor statements.
 					</li>
 				</ul>
 				<code>