iOS fixes
This commit is contained in:
@@ -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