浏览代码

Indent fix

Felipe Baltazar 8 年之前
父节点
当前提交
26aab84bf7
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      serializers/src/OBJ/babylon.objSerializer.ts

+ 0 - 1
serializers/src/OBJ/babylon.objSerializer.ts

@@ -64,7 +64,6 @@ module BABYLON {
 		var text = output.join("\n");
 		return (text);
         }
-
         //Exports the material(s) of a mesh in .MTL file format (text)
         //TODO: Export the materials of mesh array
         public static MTL(mesh: Mesh): string {