summaryrefslogtreecommitdiffstats
path: root/src/demos/hdr/HDRTexture.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/hdr/HDRTexture.java')
-rwxr-xr-xsrc/demos/hdr/HDRTexture.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/hdr/HDRTexture.java b/src/demos/hdr/HDRTexture.java
index e21c898..fab0804 100755
--- a/src/demos/hdr/HDRTexture.java
+++ b/src/demos/hdr/HDRTexture.java
@@ -3,7 +3,7 @@ package demos.hdr;
import java.io.*;
import java.nio.*;
-import javax.media.opengl.*;
+import com.jogamp.opengl.*;
public class HDRTexture {
private RGBE.Header header;