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

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

@@ -4136,7 +4136,7 @@
 					//	 "iVB..."
 					if ( propName === 'Content' && propValue === ',' ) {
 
-            propValue = split[ ++ lineNum ].replace( /"/g, '' ).replace( /,$/, '' ).trim();
+						propValue = split[ ++ lineNum ].replace( /"/g, '' ).replace( /,$/, '' ).trim();
 
 					}