diff options
author | Sven Gothel <[email protected]> | 2010-04-24 21:25:07 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-04-24 21:25:07 +0200 |
commit | edaf669e1b8c8412c1fd4acfc799138b629bf031 (patch) | |
tree | 53a3aa8a18d4b5c11d13be6fbd1f6ec14e92b891 /make/config/jogl/glu-gl2.cfg | |
parent | 0715cdc7d978db00c15b9a79cc21af8fd466174b (diff) | |
parent | c2860b7b9b00f71625f5503122598c3e53d336b5 (diff) |
Merge branch 'master' of github.com:mbien/jogl
Diffstat (limited to 'make/config/jogl/glu-gl2.cfg')
-rwxr-xr-x | make/config/jogl/glu-gl2.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/jogl/glu-gl2.cfg b/make/config/jogl/glu-gl2.cfg index cc5b16f0f..aec0c446a 100755 --- a/make/config/jogl/glu-gl2.cfg +++ b/make/config/jogl/glu-gl2.cfg @@ -40,7 +40,7 @@ IncludeAs CustomJavaCode GLUgl2 glu-CustomJavaCode-gl2.java # and to the nurbs.* package for the NURBS functionality Import com.jogamp.opengl.impl.glu.nurbs.* Import java.security.* -Import com.jogamp.gluegen.runtime.opengl.GLProcAddressHelper +Import com.jogamp.gluegen.runtime.opengl.GLProcAddressResolver Import com.jogamp.opengl.impl.glu.gl2.nurbs.* Import com.jogamp.opengl.impl.glu.mipmap.Mipmap Import com.jogamp.opengl.impl.glu.gl2.* |