Fixed bloom black screen on iOS/Android

This commit is contained in:
Anuken 2020-01-30 17:43:36 -05:00
parent 97cfc33abb
commit 7c2541afa2
2 changed files with 8 additions and 1 deletions

View File

@ -166,6 +166,13 @@ public class Renderer implements ApplicationListener{
}
}
@Override
public void resume(){
if(settings.getBool("bloom") && bloom != null){
bloom.resume();
}
}
void setupBloom(){
try{
if(bloom != null){

View File

@ -1,3 +1,3 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=649641d8936160221ce24c47f5b0ad10606de289
archash=08a81cd6c5cb0348667dce7ada2e6a47d31692f8