This commit is contained in:
Anuken
2020-04-07 14:08:42 -04:00
parent 5fbe925429
commit 7b25b09c18
4 changed files with 5 additions and 3 deletions

View File

@@ -327,7 +327,7 @@ public class SettingsMenuDialog extends SettingsDialog{
graphics.checkPref("blockselectkeys", true);
}
graphics.checkPref("indicators", true);
graphics.checkPref("animatedwater", !mobile);
graphics.checkPref("animatedwater", true);
if(Shaders.shield != null){
graphics.checkPref("animatedshields", !mobile);
}