Minor fixes

This commit is contained in:
Anuken
2019-03-28 11:00:34 -04:00
parent 50959317e9
commit 07c28c3f6d
3 changed files with 4 additions and 2 deletions

View File

@@ -211,7 +211,7 @@ public class SettingsMenuDialog extends SettingsDialog{
graphics.checkPref("fps", false);
graphics.checkPref("indicators", true);
graphics.checkPref("shadows", true);
graphics.checkPref("shadows", !mobile);
graphics.checkPref("animatedwater", !mobile);
graphics.checkPref("lasers", true);
}