diff options
author | Sven Gothel <[email protected]> | 2008-06-21 02:52:27 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-06-21 02:52:27 +0000 |
commit | 32f216838432d0a67ce78061aa8a09261e3c3716 (patch) | |
tree | 4407ecaa0b3e77cfac2e35978d770c8c888edf06 /src/classes/com/sun/opengl/util/texture/spi/DDSImage.java | |
parent | c055a37c8e11be9fc7bb49fcdda5b01d3fa8be43 (diff) |
*** empty log message ***
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1669 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src/classes/com/sun/opengl/util/texture/spi/DDSImage.java')
-rwxr-xr-x | src/classes/com/sun/opengl/util/texture/spi/DDSImage.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/classes/com/sun/opengl/util/texture/spi/DDSImage.java b/src/classes/com/sun/opengl/util/texture/spi/DDSImage.java index 835025b5c..01cdf4867 100755 --- a/src/classes/com/sun/opengl/util/texture/spi/DDSImage.java +++ b/src/classes/com/sun/opengl/util/texture/spi/DDSImage.java @@ -44,7 +44,8 @@ import java.nio.*; import java.nio.channels.*; import javax.media.opengl.*; -import com.sun.opengl.util.*; +import javax.media.opengl.util.*; +import com.sun.opengl.util.texture.*; /** A reader and writer for DirectDraw Surface (.dds) files, which are used to describe textures. These files can contain multiple mipmap |