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

@@ -174,7 +174,9 @@ public class IOSLauncher extends IOSApplication.Delegate{
forced = false;
UINavigationController.attemptRotationToDeviceOrientation();
}
}, new IOSApplicationConfiguration());
}, new IOSApplicationConfiguration(){{
useGL30 = true;
}});
}
@Override