mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
Fix font problems
This commit is contained in:
+1
-1
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user