remove spinner delays

This commit is contained in:
yugecin
2016-10-01 11:11:00 +02:00
parent 4b0980a9f8
commit cb7098649a
4 changed files with 1 additions and 26 deletions

View File

@@ -38,12 +38,6 @@ public class RektCircleSpinner extends Spinner {
@Override
public double[] getPoint()
{
if( ++delay < DELAY )
{
return point;
}
delay = 0;
final int INC = 50;
if( index == 0 )