aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/sound/joal/JOALSoundImpl.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-10-07 12:43:16 +0200
committerSven Gothel <[email protected]>2012-10-07 12:43:16 +0200
commit747589b5c3267835c36138afded38f607ba6e04e (patch)
tree04ce175309fdfa993584e8bab132b252239bfb22 /src/jake2/sound/joal/JOALSoundImpl.java
parent0eba8e26ff1426d4fb2b6b58e9825f72def4c8f3 (diff)
Simple JOGL2 port
- Remove _very_ old JOGL port (net.java.games.jogl.GL) - Rename Jsr231* -> Jogl* - Port Jsr231 to Jogl2: - package rename of jogl/joal - use AWT GLCanvas derivation instead of partially reimplementing it in JoglDriver - drop some EXT suffixes - name driver 'jogl2'
Diffstat (limited to 'src/jake2/sound/joal/JOALSoundImpl.java')
-rw-r--r--src/jake2/sound/joal/JOALSoundImpl.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/jake2/sound/joal/JOALSoundImpl.java b/src/jake2/sound/joal/JOALSoundImpl.java
index d515633..e70b348 100644
--- a/src/jake2/sound/joal/JOALSoundImpl.java
+++ b/src/jake2/sound/joal/JOALSoundImpl.java
@@ -15,10 +15,10 @@ import jake2.util.Vargs;
import java.nio.*;
-import net.java.games.joal.*;
-import net.java.games.joal.eax.EAX;
-import net.java.games.joal.eax.EAXFactory;
-import net.java.games.joal.util.ALut;
+import com.jogamp.openal.*;
+import com.jogamp.openal.eax.EAX;
+import com.jogamp.openal.eax.EAXFactory;
+import com.jogamp.openal.util.ALut;
/**
* JOALSoundImpl