disable worldWrap if its disabled in settings (#7123)

This commit is contained in:
alexban011
2022-06-10 15:48:51 +03:00
committed by GitHub
parent 9558b79653
commit 55ed226608

View File

@ -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!"