提交 754b9472 编写于 作者: T Takahiro

Fix an offset bug in BinaryLoader

上级 93e740b8
......@@ -250,7 +250,7 @@ THREE.BinaryLoader.prototype = {
for ( var i = 0; i < length; i ++ ) {
text += String.fromCharCode( charArray[ offset + i ] );
text += String.fromCharCode( charArray[ i ] );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册