mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-30 15:30:43 -04:00
fix 'OpenGL is not supported' Exception (#3202)
This commit is contained in:
parent
300c7179e7
commit
ae182fb7b5
@ -33,6 +33,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()
|
||||||
|
|
||||||
val config = LwjglApplicationConfiguration()
|
val config = LwjglApplicationConfiguration()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user