cleaning up mistakes

This commit is contained in:
Anuken
2020-06-11 13:42:22 -04:00
parent 732769524c
commit e247b092dc
9 changed files with 662 additions and 674 deletions

View File

@@ -146,7 +146,7 @@ public class AndroidLauncher extends AndroidApplication{
}, new AndroidApplicationConfiguration(){{
useImmersiveMode = true;
hideStatusBar = true;
//useGL30 = true;
useGL30 = true;
errorHandler = CrashSender::log;
stencil = 8;
}});