mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 15:04:41 +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
|
|
@ -58,7 +58,7 @@ public abstract class BasicTest {
|
|||
* Creates an instance of PlayTest
|
||||
*/
|
||||
public BasicTest() {
|
||||
al = new AL(null, 44100, 15, false);
|
||||
al = new AL();
|
||||
try {
|
||||
al.create();
|
||||
} catch (Exception e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue