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