diff options
Diffstat (limited to 'src/demos/cg/runtime_ogl')
-rw-r--r-- | src/demos/cg/runtime_ogl/cgGL_vertex_example.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/cg/runtime_ogl/cgGL_vertex_example.java b/src/demos/cg/runtime_ogl/cgGL_vertex_example.java index 3a0504f..3579f27 100644 --- a/src/demos/cg/runtime_ogl/cgGL_vertex_example.java +++ b/src/demos/cg/runtime_ogl/cgGL_vertex_example.java @@ -33,7 +33,7 @@ package demos.cg.runtime_ogl; -import com.sun.opengl.cg.*; +import com.jogamp.opengl.cg.*; import javax.media.opengl.*; import javax.media.opengl.awt.*; import javax.media.opengl.glu.*; |