iOS fixes
This commit is contained in:
@@ -1231,7 +1231,7 @@ setting.animatedshields.name = Animated Shields
|
||||
setting.playerindicators.name = Player Indicators
|
||||
setting.indicators.name = Enemy Indicators
|
||||
setting.autotarget.name = Auto-Target
|
||||
setting.keyboard.name = Mouse+Keyboard Controls
|
||||
setting.keyboard.name = Mouse+Keyboard Controls (Experimental)
|
||||
setting.touchscreen.name = Touchscreen Controls
|
||||
setting.fpscap.name = Max FPS
|
||||
setting.fpscap.none = None
|
||||
|
||||
@@ -101,7 +101,7 @@ public class Renderer implements ApplicationListener{
|
||||
public void init(){
|
||||
planets = new PlanetRenderer();
|
||||
|
||||
if(settings.getBool("bloom", !ios)){
|
||||
if(settings.getBool("bloom", true)){
|
||||
setupBloom();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user