mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-19 02:12:46 +01:00
Fixed animation bug that prevented RetroFE from closing.
This commit is contained in:
@@ -510,7 +510,7 @@ void RetroFE::run()
|
||||
break;
|
||||
|
||||
case RETROFE_QUIT:
|
||||
if(currentPage_->isIdle())
|
||||
if(currentPage_->isGraphicsIdle())
|
||||
{
|
||||
running = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user