diff --git a/Source/Editor/Modules/UIModule.cs b/Source/Editor/Modules/UIModule.cs index f94b87ec3..22f6e0233 100644 --- a/Source/Editor/Modules/UIModule.cs +++ b/Source/Editor/Modules/UIModule.cs @@ -835,6 +835,7 @@ namespace FlaxEditor.Modules tooltip.Append($" ({engineNickname})"); // Build info + tooltip.AppendLine(System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription); #if USE_LARGE_WORLDS tooltip.AppendLine("Large Worlds Enabled"); #endif