Enable planet atmosphere on mobile by default

This commit is contained in:
Anuken
2026-03-13 18:40:27 -04:00
committed by GitHub
parent d15da6e07e
commit 54bfc2baad

View File

@@ -473,7 +473,7 @@ public class SettingsMenuDialog extends BaseDialog{
}
graphics.checkPref("effects", true);
graphics.checkPref("atmosphere", !mobile);
graphics.checkPref("atmosphere", true);
graphics.checkPref("drawlight", true);
graphics.checkPref("destroyedblocks", true);
graphics.checkPref("blockstatus", false);