mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
add: default constructor for OpenAL
This commit is contained in:
parent
95367245cb
commit
91b33eb649
3 changed files with 22 additions and 7 deletions
|
|
@ -61,7 +61,7 @@ public class OpenALCreationTest {
|
|||
* Creates an instance of OpenALCreationTest
|
||||
*/
|
||||
public OpenALCreationTest() {
|
||||
al = new AL(null, 44100, 15, false);
|
||||
al = new AL();
|
||||
}
|
||||
|
||||
public void alInitialize() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue