Merge branch 'sdl_displayserver_name_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-sdl_displayserver_name_fix

This commit is contained in:
2026-08-06 06:58:49 +02:00
@@ -1803,7 +1803,11 @@ const String& LinuxPlatform::GetHomeDirectory()
String LinuxPlatform::GetDisplayServer()
{
#if PLATFORM_SDL
return SDLPlatform::GetDisplayServer();
#else
return xDisplay ? TEXT("X11") : TEXT("");
#endif
}
bool LinuxPlatform::Is64BitPlatform()