Fix font problems

This commit is contained in:
nillerusr
2022-01-09 19:20:00 +03:00
parent 8703d8bbf4
commit d651c2b38d
5 changed files with 97 additions and 8 deletions
+1 -1
View File
@@ -3903,7 +3903,7 @@ void Host_PostInit()
EngineVGui()->PostInit();
}
#if defined( LINUX )
#if defined( LINUX ) && !defined ANDROID
const char en_US[] = "en_US.UTF-8";
const char *CurrentLocale = setlocale( LC_ALL, NULL );
if ( !CurrentLocale )