Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2021-06-23 14:02:10 -04:00

View File

@@ -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){ if(!ios){
graphics.checkPref("linear", !mobile, b -> { graphics.checkPref("linear", !mobile, b -> {
for(Texture tex : Core.atlas.getTextures()){ for(Texture tex : Core.atlas.getTextures()){