Search bar cleanup
This commit is contained in:
@@ -8,6 +8,7 @@ abstract class TimerComp{
|
||||
transient Interval timer = new Interval(6);
|
||||
|
||||
public boolean timer(int index, float time){
|
||||
if(Float.isInfinite(time)) return false;
|
||||
return timer.get(index, time);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user