Sfoglia il codice sorgente

ObjectLoader: fix indentation

Michael Turkeev 7 anni fa
parent
commit
38fd96a001
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 = {};