diff options
Diffstat (limited to 'src/demos/readbuffer/ReadBufferUtil.java')
-rwxr-xr-x | src/demos/readbuffer/ReadBufferUtil.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demos/readbuffer/ReadBufferUtil.java b/src/demos/readbuffer/ReadBufferUtil.java index 6af4ba4..f82a2b2 100755 --- a/src/demos/readbuffer/ReadBufferUtil.java +++ b/src/demos/readbuffer/ReadBufferUtil.java @@ -35,8 +35,8 @@ package demos.readbuffer; import java.nio.Buffer; -import javax.media.opengl.GL; -import javax.media.opengl.GLDrawable; +import com.jogamp.opengl.GL; +import com.jogamp.opengl.GLDrawable; import com.jogamp.opengl.util.GLBuffers; import com.jogamp.opengl.util.texture.Texture; |