Browse Source

ObjectLoader: fix indentation

Michael Turkeev 6 years ago
parent
commit
38fd96a001
1 changed files with 1 additions and 1 deletions
  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 = {};