diff options
Diffstat (limited to 'make/glu-common.cfg')
-rw-r--r-- | make/glu-common.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/glu-common.cfg b/make/glu-common.cfg index e0a5b150a..f99e874ca 100644 --- a/make/glu-common.cfg +++ b/make/glu-common.cfg @@ -26,7 +26,7 @@ Import com.sun.opengl.impl.tessellator.GLUtessellatorImpl Import com.sun.opengl.impl.error.Error Import com.sun.opengl.impl.mipmap.Mipmap Import com.sun.opengl.impl.registry.Registry -Import com.sun.opengl.utils.* +Import com.sun.opengl.util.* Import java.security.* # Custom Java code for GLU class |