mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-02-27 03:31:48 +01:00
Solved issues with onMenuIdle animations in attract mode.
This commit is contained in:
parent
12b1103781
commit
2cccd00d65
@ -185,7 +185,8 @@ void Component::update(float dt)
|
|||||||
}
|
}
|
||||||
animationRequested_ = false;
|
animationRequested_ = false;
|
||||||
}
|
}
|
||||||
else if (tweens_ && currentTweenComplete_)
|
|
||||||
|
if (tweens_ && currentTweenComplete_)
|
||||||
{
|
{
|
||||||
animationType_ = "idle";
|
animationType_ = "idle";
|
||||||
currentTweens_ = tweens_->getAnimation( "idle", menuIndex_ );
|
currentTweens_ = tweens_->getAnimation( "idle", menuIndex_ );
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
std::string retrofe_version_major = "0";
|
std::string retrofe_version_major = "0";
|
||||||
std::string retrofe_version_minor = "9";
|
std::string retrofe_version_minor = "9";
|
||||||
std::string retrofe_version_build = "25";
|
std::string retrofe_version_build = "26";
|
||||||
|
|
||||||
|
|
||||||
std::string Version::getString( )
|
std::string Version::getString( )
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user