From 4882763851a38d979b2117a4e4fbf62683d9ff8b Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 1 Aug 2011 08:45:59 +0200 Subject: FixedFuncUtil.getFixedFuncImpl() -> FixedFuncUtil.wrapFixedFuncEmul() --- src/demos/es1/RedSquare.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/demos/es1/RedSquare.java') diff --git a/src/demos/es1/RedSquare.java b/src/demos/es1/RedSquare.java index 0a672e5..951eed0 100755 --- a/src/demos/es1/RedSquare.java +++ b/src/demos/es1/RedSquare.java @@ -213,7 +213,7 @@ public class RedSquare extends Thread implements WindowListener, KeyListener, Mo glTrace = false; } - GL2ES1 gl = FixedFuncUtil.getFixedFuncImpl(_gl); + GL2ES1 gl = FixedFuncUtil.wrapFixedFuncEmul(_gl); if(swapInterval>=0) { gl.setSwapInterval(swapInterval); } -- cgit v1.2.3