This commit is contained in:
dborth 2010-04-11 05:08:22 +00:00
parent ee5b116922
commit 1210f41e14

View File

@ -295,7 +295,7 @@ UpdateGUI (void *arg)
if(ExitRequested || ShutdownRequested)
{
for(i = 0; i < 255; i += 15)
for(i = 0; i <= 255; i += 15)
{
mainWindow->Draw();
Menu_DrawRectangle(0,0,screenwidth,screenheight,(GXColor){0, 0, 0, i},1);