Explorar o código

ObjectLoader: fix indentation

Michael Turkeev %!s(int64=7) %!d(string=hai) anos
pai
achega
38fd96a001
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 = {};