mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 15:29:32 +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/packr/
|
||||||
desktop/packrCache/
|
desktop/packrCache/
|
||||||
deploy/
|
deploy/
|
||||||
|
android/release/
|
||||||
|
@ -21,7 +21,7 @@ android {
|
|||||||
applicationId "com.unciv.app"
|
applicationId "com.unciv.app"
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 337
|
versionCode 338
|
||||||
versionName "3.3.6"
|
versionName "3.3.6"
|
||||||
|
|
||||||
archivesBaseName = "Unciv"
|
archivesBaseName = "Unciv"
|
||||||
|
@ -21,7 +21,7 @@ internal object DesktopLauncher {
|
|||||||
packImages()
|
packImages()
|
||||||
|
|
||||||
val config = LwjglApplicationConfiguration()
|
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.addIcon("ExtraImages/Icon.png", Files.FileType.Internal)
|
||||||
config.title = "Unciv"
|
config.title = "Unciv"
|
||||||
config.useHDPI = true
|
config.useHDPI = true
|
||||||
|
Reference in New Issue
Block a user