This website works better with JavaScript
Home
Explore
Help
Sign In
csharp
/
SharpGLTF
mirror of
https://github.com/vpenades/SharpGLTF
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fixbug: save mtl file StreamWriter has no close
huqingjie
1 year ago
parent
5a33d54525
commit
11238d5153
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/SharpGLTF.Toolkit/IO/WavefrontWriter.cs
+ 1
- 0
src/SharpGLTF.Toolkit/IO/WavefrontWriter.cs
View File
@@ -163,6 +163,7 @@ namespace SharpGLTF.IO
sw.WriteLine();
}
+ sw.Close();
};
return mmap;