diff options
author | Sven Gothel <[email protected]> | 2011-08-01 08:45:59 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-01 08:45:59 +0200 |
commit | 4882763851a38d979b2117a4e4fbf62683d9ff8b (patch) | |
tree | 7eeb2382f91976e90d988ff4d13bb903e8f7f42d /src/demos/es1/RedSquare.java | |
parent | 69d8be50a2ed4078a66011317ef8bd94377cdf57 (diff) |
FixedFuncUtil.getFixedFuncImpl() -> FixedFuncUtil.wrapFixedFuncEmul()
Diffstat (limited to 'src/demos/es1/RedSquare.java')
-rwxr-xr-x | src/demos/es1/RedSquare.java | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |