mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-18 09:19:17 +01:00
*Small bugfix for a bug i made into the grid by mistake
This commit is contained in:
parent
8fd2e72177
commit
d4a06f006e
@ -595,7 +595,7 @@ int GuiGameGrid::FindMenuItem(int currentItem, int direction)
|
||||
void GuiGameGrid::Draw()
|
||||
{
|
||||
LOCK(this);
|
||||
if(!this->IsVisible() || gameCnt > 0)
|
||||
if(!this->IsVisible() || !gameCnt)
|
||||
return;
|
||||
|
||||
if(c>0){
|
||||
|
Loading…
Reference in New Issue
Block a user