mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-10 07:48:31 +07:00
Disabled GL 3.0 because it causes problems in Mac computers
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -139,3 +139,4 @@ tests/build/
|
||||
desktop/packr/
|
||||
desktop/packrCache/
|
||||
deploy/
|
||||
android/release/
|
||||
|
@ -21,7 +21,7 @@ android {
|
||||
applicationId "com.unciv.app"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 29
|
||||
versionCode 337
|
||||
versionCode 338
|
||||
versionName "3.3.6"
|
||||
|
||||
archivesBaseName = "Unciv"
|
||||
|
@ -21,7 +21,7 @@ internal object DesktopLauncher {
|
||||
packImages()
|
||||
|
||||
val config = LwjglApplicationConfiguration()
|
||||
config.useGL30 = true
|
||||
// Don't activate GL 3.0 because it causes problems for MacOS computers
|
||||
config.addIcon("ExtraImages/Icon.png", Files.FileType.Internal)
|
||||
config.title = "Unciv"
|
||||
config.useHDPI = true
|
||||
|
Reference in New Issue
Block a user