diff --git a/examples/js/loaders/FBXLoader.js b/examples/js/loaders/FBXLoader.js index bc3c59eb5c73e597f9b5c77d2b7a13d328bc75dd..e7536e98f397e9da6914f54a641a4b23e6998a10 100644 --- a/examples/js/loaders/FBXLoader.js +++ b/examples/js/loaders/FBXLoader.js @@ -262,7 +262,7 @@ if ( typeof content === 'string' ) { // ASCII format sometimes adds an extra character to the end of the content string - if ( content.slice( - 1 ) !== '=' ) { + if ( content.slice( - 1 ) === ',' ) { content = content.slice( 0, - 1 );