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