aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/glu-CustomJavaCode-gl2es1.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-04-24 21:25:07 +0200
committerSven Gothel <[email protected]>2010-04-24 21:25:07 +0200
commitedaf669e1b8c8412c1fd4acfc799138b629bf031 (patch)
tree53a3aa8a18d4b5c11d13be6fbd1f6ec14e92b891 /make/config/jogl/glu-CustomJavaCode-gl2es1.java
parent0715cdc7d978db00c15b9a79cc21af8fd466174b (diff)
parentc2860b7b9b00f71625f5503122598c3e53d336b5 (diff)
Merge branch 'master' of github.com:mbien/jogl
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..eb4bcc718 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.reset(GLDrawableFactoryImpl.getFactoryImpl());
gluProcAddressTable = tmp;
}
return gluProcAddressTable;