diff options
author | Sven Gothel <[email protected]> | 2012-04-02 08:37:10 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-04-02 08:37:10 +0200 |
commit | 01766fba27a35ab22908e4580c3783ceb9e5a6d1 (patch) | |
tree | 47883ae39bca3eeaf667cab439751d64a09cd899 | |
parent | 5911b729b69b7fb327e441b33f22eb1ef31a03df (diff) |
Fix commit de2b129a56335262a44a05541a3ab2e35668cc6e - Relocation/Exposure of ProjectFloat
-rw-r--r-- | make/config/jogl/glu-common.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/config/jogl/glu-common.cfg b/make/config/jogl/glu-common.cfg index d2a480254..56bf48f54 100644 --- a/make/config/jogl/glu-common.cfg +++ b/make/config/jogl/glu-common.cfg @@ -14,6 +14,7 @@ Import javax.media.opengl.glu.* Import jogamp.opengl.* Import jogamp.opengl.glu.* Import jogamp.opengl.glu.tessellator.GLUtessellatorImpl +Import com.jogamp.opengl.util.ProjectFloat Import com.jogamp.common.util.ReflectionUtil # Raise GLException instead of RuntimeException in glue code |