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

@@ -35,7 +35,9 @@ public class HalfCircleSpinner extends Spinner {
@Override
public double[] getPoint()
{
ang += 15;
if (waitForDelay()) {
ang += 15;
}
if( ang > skipang - 160 )
{