Lewy Blue 7 rokov pred
rodič
commit
5e12704d4b
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      examples/js/loaders/FBXLoader.js

+ 2 - 2
examples/js/loaders/FBXLoader.js

@@ -261,8 +261,8 @@
 
 		if ( typeof content === 'string' ) {
 
-			// ASCII format sometimes an extra character get added to the end of the content string
-			// TODO: Investigate wht the parser is adding this character
+			// ASCII format sometimes an extra ',' gets added to the end of the content string
+			// TODO: Investigate why the parser is adding this character
 			if ( content.slice( - 1 ) === ',' ) {
 
 				content = content.slice( 0, - 1 );