From 9125ffeb9eb25a15b43c45e57496786f47a52f30 Mon Sep 17 00:00:00 2001 From: Ari Vuollet Date: Thu, 3 Jul 2025 20:52:44 +0300 Subject: [PATCH] Update third-party label in About dialog --- Source/Editor/Windows/AboutDialog.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Editor/Windows/AboutDialog.cs b/Source/Editor/Windows/AboutDialog.cs index b970c9e09..488c6a14d 100644 --- a/Source/Editor/Windows/AboutDialog.cs +++ b/Source/Editor/Windows/AboutDialog.cs @@ -129,6 +129,9 @@ namespace FlaxEditor.Windows "Mono Project - www.mono-project.com", #if USE_NETCORE ".NET - www.dotnet.microsoft.com", +#endif +#if PLATFORM_SDL + "Simple DirectMedia Layer - www.libsdl.org", #endif "FreeType Project - www.freetype.org", "Assimp - www.assimp.sourceforge.net",