diff options
author | Michael Bien <[email protected]> | 2010-03-27 22:00:35 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-27 22:00:35 +0100 |
commit | 0d46fa3091e40271ba2247f6c4236cb2358f5151 (patch) | |
tree | b6d574b8d64ed035fc0171cd3925f1b23e311e9c /src/demos/util/DxTex.java | |
parent | 74335d7a21bfdd0beb489ad3e78f429c69ad98f4 (diff) |
modifications due to refactorings: com.sun.opengl -> com.jogamp.opengl.
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 */ |