mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-05 07:49:17 +07:00
disable worldWrap if its disabled in settings (#7123)
This commit is contained in:
@ -222,6 +222,7 @@ class MapParametersTable(
|
||||
addNoRuinsCheckbox()
|
||||
addNoNaturalWondersCheckbox()
|
||||
if (showWorldWrap) addWorldWrapCheckbox()
|
||||
else mapParameters.worldWrap = false
|
||||
}).colspan(2).center().row()
|
||||
if (showWorldWrap)
|
||||
add("World wrap maps are very memory intensive - creating large world wrap maps on Android can lead to crashes!"
|
||||
|
Reference in New Issue
Block a user