Ver código fonte

ObjectLoader: fix indentation

Michael Turkeev 7 anos atrás
pai
commit
38fd96a001
1 arquivos alterados com 1 adições e 1 exclusões
  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 = {};