mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-08-01 23:50:17 +07:00
Use GL3.0 for all platforms
This commit is contained in:
@ -146,6 +146,7 @@ public class AndroidLauncher extends AndroidApplication{
|
||||
}, new AndroidApplicationConfiguration(){{
|
||||
useImmersiveMode = true;
|
||||
hideStatusBar = true;
|
||||
useGL30 = true;
|
||||
errorHandler = CrashSender::log;
|
||||
stencil = 8;
|
||||
}});
|
||||
|
Reference in New Issue
Block a user