Fixed bizzare planet render bugs

This commit is contained in:
Anuken
2020-05-31 16:45:03 -04:00
parent bd349803d3
commit 8598b0a23a
4 changed files with 23 additions and 28 deletions

View File

@@ -126,7 +126,6 @@ public class Renderer implements ApplicationListener{
bloom = null;
}
bloom = new Bloom(true);
bloom.setClearColor(0f, 0f, 0f, 0f);
}catch(Throwable e){
e.printStackTrace();
settings.put("bloom", false);