Browse Source

added comment

Lewy Blue 8 năm trước cách đây
mục cha
commit
70220514ad
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 );