Felipe Baltazar 8 år sedan
förälder
incheckning
26aab84bf7
1 ändrade filer med 0 tillägg och 1 borttagningar
  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 {