mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-27 22:00:23 -04:00
[CLI] Fix Mesh export for some region formats. Close #38
This commit is contained in:
parent
d886bf1c5d
commit
f54fe3492b
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user