Add current .NET version to the main window tooltip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user