Преглед изворни кода

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