mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-06-07 03:16:49 +02:00
Changed order of attract animation.
This commit is contained in:
@@ -1137,6 +1137,14 @@ void RetroFE::run( )
|
|||||||
currentPage_->nextPlaylist( );
|
currentPage_->nextPlaylist( );
|
||||||
state = RETROFE_PLAYLIST_REQUEST;
|
state = RETROFE_PLAYLIST_REQUEST;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
if ( menuMode_ )
|
||||||
|
{
|
||||||
|
attract_.reset( );
|
||||||
|
}
|
||||||
|
currentPage_->update( deltaTime );
|
||||||
|
if (!splashMode)
|
||||||
|
{
|
||||||
if ( currentPage_->isAttractIdle( ) )
|
if ( currentPage_->isAttractIdle( ) )
|
||||||
{
|
{
|
||||||
if ( !attractMode_ && attract_.isSet( ) )
|
if ( !attractMode_ && attract_.isSet( ) )
|
||||||
@@ -1154,11 +1162,6 @@ void RetroFE::run( )
|
|||||||
attractMode_ = attract_.isSet( );
|
attractMode_ = attract_.isSet( );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( menuMode_ )
|
|
||||||
{
|
|
||||||
attract_.reset( );
|
|
||||||
}
|
|
||||||
currentPage_->update( deltaTime );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
render( );
|
render( );
|
||||||
|
|||||||
Reference in New Issue
Block a user