fixbug: save mtl file StreamWriter has no close
@@ -163,6 +163,7 @@ namespace SharpGLTF.IO
sw.WriteLine();
}
+ sw.Close();
};
return mmap;