mirror of
https://github.com/wiidev/usbloadergx.git
synced 2025-01-10 18:59:24 +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()
|
void GuiGameGrid::Draw()
|
||||||
{
|
{
|
||||||
LOCK(this);
|
LOCK(this);
|
||||||
if(!this->IsVisible() || gameCnt > 0)
|
if(!this->IsVisible() || !gameCnt)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if(c>0){
|
if(c>0){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user