mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-01 06:19:58 +01:00
dont double create AL
This commit is contained in:
parent
82f935ae34
commit
0b6885202b
|
|
@ -177,8 +177,6 @@ public class PositionTest extends BasicTest {
|
|||
// =====================================================
|
||||
LWJGLUtil.log("Setting up OpenAL");
|
||||
|
||||
AL.create();
|
||||
|
||||
AL10.alListener(AL10.AL_POSITION, listenerPosition);
|
||||
AL10.alListener(AL10.AL_VELOCITY, listenerVelocity);
|
||||
AL10.alListener(AL10.AL_ORIENTATION, listenerOrientation);
|
||||
|
|
|
|||
Loading…
Reference in a new issue