Request a GL 3 context by default

This commit is contained in:
Anuken
2024-05-08 20:15:14 -04:00
parent ea1e33811d
commit bd610b6925
3 changed files with 8 additions and 1 deletions

View File

@@ -184,6 +184,7 @@ public class AndroidLauncher extends AndroidApplication{
}, new AndroidApplicationConfiguration(){{
useImmersiveMode = true;
hideStatusBar = true;
useGL30 = true;
}});
checkFiles(getIntent());