Fixed animation bug that prevented RetroFE from closing.

This commit is contained in:
Pieter Hulshoff 2016-07-22 16:30:10 +02:00
parent fa44e571c9
commit 7aa78daf7c

View File

@ -510,7 +510,7 @@ void RetroFE::run()
break;
case RETROFE_QUIT:
if(currentPage_->isIdle())
if(currentPage_->isGraphicsIdle())
{
running = false;
}