diff options
author | Michael Bien <[email protected]> | 2010-04-24 20:11:37 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-04-24 20:11:37 +0200 |
commit | c2860b7b9b00f71625f5503122598c3e53d336b5 (patch) | |
tree | 86cea7f2618e675634acc5e5977aa1a9cabbbd63 /make/config/jogl/glu-CustomJavaCode-gl2.java | |
parent | a8780eeefda42b22c4f097dc87bdb5c9b4713a54 (diff) |
modifications due to method renaming in gluegen/procaddresstable.
Diffstat (limited to 'make/config/jogl/glu-CustomJavaCode-gl2.java')
-rw-r--r-- | make/config/jogl/glu-CustomJavaCode-gl2.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/jogl/glu-CustomJavaCode-gl2.java b/make/config/jogl/glu-CustomJavaCode-gl2.java index 3d884f860..690e0acfa 100644 --- a/make/config/jogl/glu-CustomJavaCode-gl2.java +++ b/make/config/jogl/glu-CustomJavaCode-gl2.java @@ -548,7 +548,7 @@ private static final GLUgl2ProcAddressTable getGLUProcAddressTable() { throw new GLException("No OpenGL context current on this thread"); } GLUgl2ProcAddressTable tmp = new GLUgl2ProcAddressTable(new GLProcAddressResolver()); - tmp.resetProcAddressTable(((GLDrawableImpl)curContext.getGLDrawable()).getDynamicLookupHelper()); + tmp.reset(((GLDrawableImpl)curContext.getGLDrawable()).getDynamicLookupHelper()); gluProcAddressTable = tmp; } return gluProcAddressTable; |