mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-29 17:39:39 +02:00
Cancel idle animations when switching collections (KMetalMind).
This commit is contained in:
@@ -177,7 +177,7 @@ void Component::update(float dt)
|
|||||||
{
|
{
|
||||||
elapsedTweenTime_ += dt;
|
elapsedTweenTime_ += dt;
|
||||||
highlightExitComplete = false;
|
highlightExitComplete = false;
|
||||||
if(isHidden() || isWaiting() || (isIdle() && exitRequested))
|
if(isHidden() || isWaiting() || (isIdle() && (exitRequested || menuExitRequested || enterRequested || menuEnterRequested)))
|
||||||
{
|
{
|
||||||
currentTweenComplete_ = true;
|
currentTweenComplete_ = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user