Enable animated shields on Android by default

This commit is contained in:
Anuken
2026-03-13 18:02:30 -04:00
committed by GitHub
parent 06af1faf5b
commit 4380f3ec09

View File

@@ -497,8 +497,7 @@ public class SettingsMenuDialog extends BaseDialog{
graphics.checkPref("animatedwater", true);
if(Shaders.shield != null){
//animated shields are off by default on android (generally lower spec devices)
graphics.checkPref("animatedshields", !android);
graphics.checkPref("animatedshields", true);
}
graphics.checkPref("bloom", true, val -> renderer.toggleBloom(val));