From e3351e0c23a9f27588ee71b28a10443ff7babefa Mon Sep 17 00:00:00 2001 From: Anuken Date: Wed, 23 Jun 2021 11:59:02 -0400 Subject: [PATCH] Typo fix --- core/src/mindustry/ui/dialogs/SettingsMenuDialog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/ui/dialogs/SettingsMenuDialog.java b/core/src/mindustry/ui/dialogs/SettingsMenuDialog.java index 093fba8340..168ae4b451 100644 --- a/core/src/mindustry/ui/dialogs/SettingsMenuDialog.java +++ b/core/src/mindustry/ui/dialogs/SettingsMenuDialog.java @@ -423,7 +423,7 @@ public class SettingsMenuDialog extends Dialog{ } }); - //iOS (and possible Android) devices do not support linear filtering well, so disable it + //iOS (and possibly Android) devices do not support linear filtering well, so disable it if(!ios){ graphics.checkPref("linear", !mobile, b -> { for(Texture tex : Core.atlas.getTextures()){