nvm
This commit is contained in:
parent
dff1641519
commit
0094cb8f6a
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -39,6 +39,6 @@ public class SimpleAnimation {
|
|||
}
|
||||
|
||||
public boolean isDone() {
|
||||
return lastValue == value-1;
|
||||
return lastValue >= value-1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user