mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-20 19:56:51 +01:00
Disabled GL 3.0 because it causes problems in Mac computers
This commit is contained in:
parent
b410c9af37
commit
eace5a46b4
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user