Pārlūkot izejas kodu

fixed indentation

Lewy Blue 8 gadi atpakaļ
vecāks
revīzija
3ff925c937
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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 character get added to the end of the content string
+			// TODO: Investigate wht the parser is adding this character
 			if ( content.slice( - 1 ) === ',' ) {
 
 				content = content.slice( 0, - 1 );