浏览代码

added comment

Lewy Blue 7 年之前
父节点
当前提交
70220514ad
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      examples/js/loaders/FBXLoader.js

+ 1 - 0
examples/js/loaders/FBXLoader.js

@@ -261,6 +261,7 @@
 
 		if ( typeof content === 'string' ) {
 
+			// ASCII format sometimes adds an extra character to the end of the content string
 			if ( content.slice( - 1 ) !== '=' ) {
 
 				content = content.slice( 0, - 1 );