Use GL3.0 for all platforms

This commit is contained in:
Anuken
2020-06-10 15:31:43 -04:00
parent 2b1bd90dfa
commit 2662228bec
4 changed files with 4 additions and 2 deletions

View File

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