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