This commit is contained in:
Anuken
2021-06-23 11:59:02 -04:00
committed by GitHub
parent b08f198629
commit e3351e0c23

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