mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-11-14 07:42:42 -05:00
[CLI] Fix Mesh export for some region formats. Close #38
This commit is contained in:
@ -25,6 +25,7 @@ namespace AssetStudioCLI
|
|||||||
|
|
||||||
static Studio()
|
static Studio()
|
||||||
{
|
{
|
||||||
|
Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("en-US");
|
||||||
Progress.Default = new Progress<int>(ShowCurProgressValue);
|
Progress.Default = new Progress<int>(ShowCurProgressValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user