mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-12 00:59:12 +01:00
Changed order of attract animation.
This commit is contained in:
parent
193e027046
commit
079b75ce0e
@ -1137,6 +1137,14 @@ void RetroFE::run( )
|
||||
currentPage_->nextPlaylist( );
|
||||
state = RETROFE_PLAYLIST_REQUEST;
|
||||
}
|
||||
}
|
||||
if ( menuMode_ )
|
||||
{
|
||||
attract_.reset( );
|
||||
}
|
||||
currentPage_->update( deltaTime );
|
||||
if (!splashMode)
|
||||
{
|
||||
if ( currentPage_->isAttractIdle( ) )
|
||||
{
|
||||
if ( !attractMode_ && attract_.isSet( ) )
|
||||
@ -1154,11 +1162,6 @@ void RetroFE::run( )
|
||||
attractMode_ = attract_.isSet( );
|
||||
}
|
||||
}
|
||||
if ( menuMode_ )
|
||||
{
|
||||
attract_.reset( );
|
||||
}
|
||||
currentPage_->update( deltaTime );
|
||||
}
|
||||
|
||||
render( );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user