Przeglądaj źródła

Merge pull request #15077 from nidin/patch-1

[Documentation] Property type correction
Mr.doob 6 lat temu
rodzic
commit
5dc348d941
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      docs/api/en/core/InterleavedBuffer.html

+ 2 - 2
docs/api/en/core/InterleavedBuffer.html

@@ -69,12 +69,12 @@
 		A version number, incremented every time the needsUpdate property is set to true.
 		</p>
 
-		<h3>[property:Integer isInterleavedBuffer]</h3>
+		<h3>[property:Boolean isInterleavedBuffer]</h3>
 		<p>
 		Default is *true*.
 		</p>
 
-		<h3>[property:Integer needsUpdate]</h3>
+		<h3>[property:Boolean needsUpdate]</h3>
 		<p>
 		Default is *false*. Setting this to true increments [page:InterleavedBuffer.version version].
 		</p>