mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 23:39:40 +07:00
Disabled GL 3.0 because it causes problems in Mac computers
This commit is contained in:
@ -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