diff options
author | Sven Gothel <[email protected]> | 2010-03-28 01:52:29 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-03-28 01:52:29 +0100 |
commit | d3e818ea8b7c3f45ed4cfac7b0e7d3bd24f956e5 (patch) | |
tree | 6ce99febee12fb7c32967d46310e43faaa0d820c /src/demos/util/DxTex.java | |
parent | f9e14975725cd3df3f792260bad9197a08d4a67f (diff) | |
parent | 0d46fa3091e40271ba2247f6c4236cb2358f5151 (diff) |
Merge branch 'master' of github.com:mbien/jogl-demos
Diffstat (limited to 'src/demos/util/DxTex.java')
-rw-r--r-- | src/demos/util/DxTex.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/util/DxTex.java b/src/demos/util/DxTex.java index fbe1963..04cf4e9 100644 --- a/src/demos/util/DxTex.java +++ b/src/demos/util/DxTex.java @@ -47,7 +47,7 @@ import javax.swing.*; import javax.swing.event.*; import javax.swing.filechooser.*; -import com.sun.opengl.util.texture.spi.*; +import com.jogamp.opengl.util.texture.spi.*; /** Simplified clone of DxTex tool from the DirectX SDK, written in Java using the DDSImage; tests fetching of texture data */ |