This commit is contained in:
Saas
2026-06-03 16:54:03 +02:00
parent 04fc938119
commit 0b160c2e61
+2 -2
View File
@@ -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))