aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/mipmap/Extract8888.java
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2005-02-03 23:15:59 +0000
committerKenneth Russel <[email protected]>2005-02-03 23:15:59 +0000
commitdfbee835b5a50b1c6219bd53e15823ea83d73dd6 (patch)
tree3f857c82ce898123273d8f37e6b993a29211b6f2 /src/net/java/games/jogl/impl/mipmap/Extract8888.java
parentc8e814e48b4a46c1cb99636cbf15859dd6029b8a (diff)
Fixed build problems after integration of GKW's Java port of GLU
mipmap code git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@208 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src/net/java/games/jogl/impl/mipmap/Extract8888.java')
-rw-r--r--src/net/java/games/jogl/impl/mipmap/Extract8888.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/java/games/jogl/impl/mipmap/Extract8888.java b/src/net/java/games/jogl/impl/mipmap/Extract8888.java
index 453d8505b..c013fae28 100644
--- a/src/net/java/games/jogl/impl/mipmap/Extract8888.java
+++ b/src/net/java/games/jogl/impl/mipmap/Extract8888.java
@@ -32,7 +32,7 @@
* compliant with the OpenGL(R) version 1.2.1 Specification.
*/
-package GLU.mipmap;
+package net.java.games.jogl.impl.mipmap;
import java.nio.*;