Search bar cleanup

This commit is contained in:
Anuken
2020-12-26 11:39:58 -05:00
parent 8e4b35eb07
commit c02d603a7a
5 changed files with 32 additions and 30 deletions

View File

@@ -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);
}
}