[CLI] Fix Mesh export for some region formats. Close #38

This commit is contained in:
VaDiM 2024-05-10 03:18:17 +03:00
parent d886bf1c5d
commit f54fe3492b

View File

@ -25,6 +25,7 @@ namespace AssetStudioCLI
static Studio()
{
Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("en-US");
Progress.Default = new Progress<int>(ShowCurProgressValue);
}