From 0b160c2e61e241debbacdb6b2672ac3af8ffcfeb Mon Sep 17 00:00:00 2001 From: Saas Date: Wed, 3 Jun 2026 16:54:03 +0200 Subject: [PATCH] remove : --- Source/Editor/Modules/UIModule.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Editor/Modules/UIModule.cs b/Source/Editor/Modules/UIModule.cs index 2c658580d..f4802f59f 100644 --- a/Source/Editor/Modules/UIModule.cs +++ b/Source/Editor/Modules/UIModule.cs @@ -829,9 +829,9 @@ namespace FlaxEditor.Modules projectPath = projectPath.Replace('/', '\\'); #endif - string largeWorld = "Large Worlds Enabled: false"; + string largeWorld = "Large Worlds Disabled"; #if USE_LARGE_WORLDS - largeWorld = "Large Worlds Enabled: true"; + largeWorld = "Large Worlds Enabled"; #endif WindowDecorations = new MainWindowDecorations(mainWindow, !Utilities.Utils.UseCustomWindowDecorations(true))