From 63bb227bafd9704b8526bad2b0438955204a3c82 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 6 Nov 2010 06:42:20 +0100 Subject: Fix: Changed variable names according to new GL header --- make/config/jogl/gl2_es2-common.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make') diff --git a/make/config/jogl/gl2_es2-common.cfg b/make/config/jogl/gl2_es2-common.cfg index 47067f6f9..89f30a941 100644 --- a/make/config/jogl/gl2_es2-common.cfg +++ b/make/config/jogl/gl2_es2-common.cfg @@ -12,12 +12,12 @@ JavaPrologue glGetShaderPrecisionFormat throw new GLException("Method \"glGe JavaPrologue glGetShaderPrecisionFormat } JavaPrologue glDepthRangef if ( !_context.hasNativeES2Methods() ) { -JavaPrologue glDepthRangef glDepthRange( (double)n, (double)f ); +JavaPrologue glDepthRangef glDepthRange( (double)zNear, (double)zFar ); JavaPrologue glDepthRangef return; JavaPrologue glDepthRangef } JavaPrologue glClearDepthf if ( !_context.hasNativeES2Methods() ) { -JavaPrologue glClearDepthf glClearDepth( (double)d ); +JavaPrologue glClearDepthf glClearDepth( (double)depth ); JavaPrologue glClearDepthf return; JavaPrologue glClearDepthf } -- cgit v1.2.3