2
0
Lewy Blue 7 жил өмнө
parent
commit
70220514ad

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

@@ -261,6 +261,7 @@
 
 
 		if ( typeof content === 'string' ) {
 		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 );
 				content = content.slice( 0, - 1 );