use better spinnerdelay
This commit is contained in:
@@ -38,8 +38,7 @@ public class RektCircleSpinner extends Spinner {
|
||||
@Override
|
||||
public double[] getPoint()
|
||||
{
|
||||
if( ++delay < DELAY )
|
||||
{
|
||||
if (!waitForDelay()) {
|
||||
return point;
|
||||
}
|
||||
delay = 0;
|
||||
|
||||
Reference in New Issue
Block a user