Lewy Blue 8 лет назад
Родитель
Сommit
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 );

粤ICP备19079148号