dont double create AL

This commit is contained in:
Brian Matzon 2005-10-21 18:51:20 +00:00
parent 82f935ae34
commit 0b6885202b
1 changed files with 0 additions and 2 deletions

View File

@ -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);