summaryrefslogtreecommitdiffstats
path: root/src/demos/util/SGIImage.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/util/SGIImage.java')
-rw-r--r--src/demos/util/SGIImage.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/demos/util/SGIImage.java b/src/demos/util/SGIImage.java
index bf0dda9..df36e70 100644
--- a/src/demos/util/SGIImage.java
+++ b/src/demos/util/SGIImage.java
@@ -5,7 +5,8 @@
package demos.util;
import java.io.*;
-import net.java.games.jogl.*;
+import javax.media.opengl.*;
+import com.sun.opengl.utils.*;
// Test harness
import java.awt.image.*;