mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
UI: Correct tweens repeatedly finishing.
This commit is contained in:
parent
ee1a15291d
commit
9692ddccba
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
namespace UI {
|
||||
|
||||
void Tween::Apply(View *view) {
|
||||
if (!valid_)
|
||||
if (!valid_ || finishApplied_)
|
||||
return;
|
||||
|
||||
if (DurationOffset() >= duration_)
|
||||
|
|
Loading…
Add table
Reference in a new issue