瀏覽代碼

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 = {};