use better spinnerdelay

This commit is contained in:
yugecin
2016-10-04 13:43:08 +02:00
parent b3899fb3e5
commit 5c2fc16124
10 changed files with 35 additions and 12 deletions

View File

@@ -38,8 +38,7 @@ public class RektCircleSpinner extends Spinner {
@Override
public double[] getPoint()
{
if( ++delay < DELAY )
{
if (!waitForDelay()) {
return point;
}
delay = 0;