ソースを参照

ObjectLoader: fix indentation

Michael Turkeev 7 年 前
コミット
38fd96a001
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/loaders/ObjectLoader.js

+ 1 - 1
src/loaders/ObjectLoader.js

@@ -451,7 +451,7 @@ Object.assign( ObjectLoader.prototype, {
 
 	},
 
-    	parseMaterials: function ( json, textures ) {
+	parseMaterials: function ( json, textures ) {
 
 		var materials = {};
 		var cache = {};