mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-31 02:58:51 +01:00
Cancel idle animations when switching collections (KMetalMind).
This commit is contained in:
parent
42ffacb1f9
commit
c649ee0c13
@ -177,7 +177,7 @@ void Component::update(float dt)
|
||||
{
|
||||
elapsedTweenTime_ += dt;
|
||||
highlightExitComplete = false;
|
||||
if(isHidden() || isWaiting() || (isIdle() && exitRequested))
|
||||
if(isHidden() || isWaiting() || (isIdle() && (exitRequested || menuExitRequested || enterRequested || menuEnterRequested)))
|
||||
{
|
||||
currentTweenComplete_ = true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user