Procházet zdrojové kódy

Property type correction

Fixed property types of  `isInterleavedBuffer` and `needsUpdate`
Nidin Vinayakan před 6 roky
rodič
revize
f214a7baf2
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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>