Skip to content

Commit

Permalink
fix 'OpenGL is not supported' Exception (#3202)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrispyXYZ authored Oct 3, 2020
1 parent 300c717 commit ae182fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions desktop/src/com/unciv/app/desktop/DesktopLauncher.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ internal object DesktopLauncher {

@JvmStatic
fun main(arg: Array<String>) {

System.setProperty("org.lwjgl.opengl.Display.allowSoftwareOpenGL", "true")

packImages()

Expand Down

0 comments on commit ae182fb

Please sign in to comment.