提交 207c4a86 编写于 作者: T Takahiro

GLTFExporter: Fix for loop typo.

上级 5430f142
......@@ -233,7 +233,7 @@ THREE.GLTFExporter.prototype = {
if ( padByte !== 0 ) {
for ( var i = arrayBuffer.byteLength; i < paddedLength; i < il ) {
for ( var i = arrayBuffer.byteLength; i < paddedLength; i ++ ) {
array[ i ] = padByte;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册