aboutsummaryrefslogtreecommitdiffstats
path: root/src/graphui/classes/com/jogamp/graph/ui/shapes/GLButton.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphui/classes/com/jogamp/graph/ui/shapes/GLButton.java')
-rw-r--r--src/graphui/classes/com/jogamp/graph/ui/shapes/GLButton.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graphui/classes/com/jogamp/graph/ui/shapes/GLButton.java b/src/graphui/classes/com/jogamp/graph/ui/shapes/GLButton.java
index d5a192456..c0d911646 100644
--- a/src/graphui/classes/com/jogamp/graph/ui/shapes/GLButton.java
+++ b/src/graphui/classes/com/jogamp/graph/ui/shapes/GLButton.java
@@ -103,7 +103,7 @@ public class GLButton extends TexSeqButton {
}
@Override
- public void draw(final GL2ES2 gl, final RegionRenderer renderer, final int[] sampleCount) {
+ public void draw(final GL2ES2 gl, final RegionRenderer renderer) {
final int[/*2*/] surfaceSize = getSurfaceSize(renderer.getMatrix(), renderer.getViewport(), new int[2]);
final boolean got_sz = null != surfaceSize && 0 < surfaceSize[0] && 0 < surfaceSize[1];
@@ -172,7 +172,7 @@ public class GLButton extends TexSeqButton {
fboGLAD.display();
}
- super.draw(gl, renderer, sampleCount);
+ super.draw(gl, renderer);
if( animateGLEL ) {
markStateDirty(); // keep on going