iOS fixes

This commit is contained in:
Anuken
2025-07-22 18:32:53 -04:00
parent 05267a3f40
commit 692fa2d5ff
2 changed files with 2 additions and 2 deletions

View File

@@ -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();
}