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

@@ -172,7 +172,7 @@ public class IOSLauncher extends IOSApplication.Delegate{
UINavigationController.attemptRotationToDeviceOrientation();
}
}, new IOSApplicationConfiguration(){{
//errorHandler = ModCrashHandler::handle;
useGL30 = true;
}});
}