mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-24 01:35:38 +07:00
Testing bloom on iOS
This commit is contained in:
parent
9adbfcac0f
commit
b90372a226
@ -409,11 +409,11 @@ public class SettingsMenuDialog extends SettingsDialog{
|
||||
graphics.checkPref("animatedshields", !mobile);
|
||||
}
|
||||
|
||||
if(!ios){
|
||||
//if(!ios){
|
||||
graphics.checkPref("bloom", true, val -> renderer.toggleBloom(val));
|
||||
}else{
|
||||
Core.settings.put("bloom", false);
|
||||
}
|
||||
//}else{
|
||||
// Core.settings.put("bloom", false);
|
||||
//}
|
||||
|
||||
graphics.checkPref("pixelate", false, val -> {
|
||||
if(val){
|
||||
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=375e9ad393521119488922560d8900c6edc937f6
|
||||
archash=f7e9cc8f62d2509fc4c508442b082bdc88692b42
|
||||
|
Loading…
Reference in New Issue
Block a user