From c2860b7b9b00f71625f5503122598c3e53d336b5 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Sat, 24 Apr 2010 20:11:37 +0200 Subject: modifications due to method renaming in gluegen/procaddresstable. --- make/config/jogl/glu-CustomJavaCode-gl2es1.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 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; -- cgit v1.2.3