aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/glu-CustomJavaCode-gl2es1.java
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-04-24 20:11:37 +0200
committerMichael Bien <[email protected]>2010-04-24 20:11:37 +0200
commitc2860b7b9b00f71625f5503122598c3e53d336b5 (patch)
tree86cea7f2618e675634acc5e5977aa1a9cabbbd63 /make/config/jogl/glu-CustomJavaCode-gl2es1.java
parenta8780eeefda42b22c4f097dc87bdb5c9b4713a54 (diff)
modifications due to method renaming in gluegen/procaddresstable.
Diffstat (limited to 'make/config/jogl/glu-CustomJavaCode-gl2es1.java')
-rwxr-xr-xmake/config/jogl/glu-CustomJavaCode-gl2es1.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/jogl/glu-CustomJavaCode-gl2es1.java b/make/config/jogl/glu-CustomJavaCode-gl2es1.java
index e93e48edd..eb4bcc718 100755
--- a/make/config/jogl/glu-CustomJavaCode-gl2es1.java
+++ b/make/config/jogl/glu-CustomJavaCode-gl2es1.java
@@ -239,7 +239,7 @@ private static GLUProcAddressTable getGLUProcAddressTable() {
}
if (gluProcAddressTable == null) {
GLUProcAddressTable tmp = new GLUProcAddressTable(new GLProcAddressResolver());
- tmp.resetProcAddressTable(GLDrawableFactoryImpl.getFactoryImpl());
+ tmp.reset(GLDrawableFactoryImpl.getFactoryImpl());
gluProcAddressTable = tmp;
}
return gluProcAddressTable;