Kaynağa Gözat

fixbug: save mtl file StreamWriter has no close

huqingjie 1 yıl önce
ebeveyn
işleme
11238d5153
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      src/SharpGLTF.Toolkit/IO/WavefrontWriter.cs

+ 1 - 0
src/SharpGLTF.Toolkit/IO/WavefrontWriter.cs

@@ -163,6 +163,7 @@ namespace SharpGLTF.IO
 
                     sw.WriteLine();
                 }
+                sw.Close();
             };
 
             return mmap;