aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/glu-CustomJavaCode-gl2es1.java
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-04-24 18:16:55 +0200
committerMichael Bien <[email protected]>2010-04-24 18:16:55 +0200
commit4f116decee048c8ee6e4c980f8b0d85705f927fb (patch)
tree17b3a1df249db0a880f088ce9275d4073f5b1b12 /make/config/jogl/glu-CustomJavaCode-gl2es1.java
parent1ad8c39df6b097c80ba7a85badf555e7f669cc3f (diff)
changes due to refactorings in ProcAddressTable.
Diffstat (limited to 'make/config/jogl/glu-CustomJavaCode-gl2es1.java')
-rwxr-xr-xmake/config/jogl/glu-CustomJavaCode-gl2es1.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/config/jogl/glu-CustomJavaCode-gl2es1.java b/make/config/jogl/glu-CustomJavaCode-gl2es1.java
index f3b4322d9..e93e48edd 100755
--- a/make/config/jogl/glu-CustomJavaCode-gl2es1.java
+++ b/make/config/jogl/glu-CustomJavaCode-gl2es1.java
@@ -238,8 +238,8 @@ private static GLUProcAddressTable getGLUProcAddressTable() {
loadGLULibrary();
}
if (gluProcAddressTable == null) {
- GLUProcAddressTable tmp = new GLUProcAddressTable();
- GLProcAddressHelper.resetProcAddressTable(tmp, GLDrawableFactoryImpl.getFactoryImpl());
+ GLUProcAddressTable tmp = new GLUProcAddressTable(new GLProcAddressResolver());
+ tmp.resetProcAddressTable(GLDrawableFactoryImpl.getFactoryImpl());
gluProcAddressTable = tmp;
}
return gluProcAddressTable;