mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-13 10:18:53 +01:00
Fixed animation bug that prevented RetroFE from closing.
This commit is contained in:
parent
fa44e571c9
commit
7aa78daf7c
@ -510,7 +510,7 @@ void RetroFE::run()
|
||||
break;
|
||||
|
||||
case RETROFE_QUIT:
|
||||
if(currentPage_->isIdle())
|
||||
if(currentPage_->isGraphicsIdle())
|
||||
{
|
||||
running = false;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user