Upgrade OpenAL bits to LWJGL 3.
I didn't find a good way to determine whether OpenAL had already been initialized. So if we need this whole "sharing AL with something else in the same JVM" business, we'll need to find another way to do it.
This commit is contained in:
+3
-9
@@ -32,15 +32,9 @@
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.lwjgl.lwjgl</groupId>
|
||||
<artifactId>lwjgl</artifactId>
|
||||
<version>2.9.3</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.lwjgl.lwjgl</groupId>
|
||||
<artifactId>lwjgl_util</artifactId>
|
||||
<version>2.9.3</version>
|
||||
<groupId>org.lwjgl</groupId>
|
||||
<artifactId>lwjgl-openal</artifactId>
|
||||
<version>3.3.6</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user