浏览代码

Property type correction

Fixed property types of  `isInterleavedBuffer` and `needsUpdate`
Nidin Vinayakan 6 年之前
父节点
当前提交
f214a7baf2
共有 1 个文件被更改,包括 2 次插入2 次删除
  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>