From 4f116decee048c8ee6e4c980f8b0d85705f927fb Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Sat, 24 Apr 2010 18:16:55 +0200 Subject: changes due to refactorings in ProcAddressTable. --- make/config/jogl/glu-CustomJavaCode-gl2es1.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/config/jogl/glu-CustomJavaCode-gl2es1.java') 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; -- cgit v1.2.3