mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-05 07:49:17 +07:00
fix 'OpenGL is not supported' Exception (#3202)
This commit is contained in:
@ -32,6 +32,8 @@ internal object DesktopLauncher {
|
||||
|
||||
@JvmStatic
|
||||
fun main(arg: Array<String>) {
|
||||
|
||||
System.setProperty("org.lwjgl.opengl.Display.allowSoftwareOpenGL", "true")
|
||||
|
||||
packImages()
|
||||
|
||||
|
Reference in New Issue
Block a user