Pārlūkot izejas kodu

update LWJGL to v3.3.3

Stephen Gold 2 gadi atpakaļ
vecāks
revīzija
8f8f6550ba
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      common.gradle

+ 1 - 1
common.gradle

@@ -28,7 +28,7 @@ tasks.withType(JavaCompile) { // compile-time options:
 }
 
 ext {
-    lwjgl3Version = '3.3.2' // used in both the jme3-lwjgl3 and jme3-vr build scripts
+    lwjgl3Version = '3.3.3' // used in both the jme3-lwjgl3 and jme3-vr build scripts
     niftyVersion = '1.4.3' // used in both the jme3-niftygui and jme3-examples build scripts
 }