This commit is contained in:
dborth 2010-04-11 05:07:38 +00:00
parent c2d824d24a
commit ec8cf93656

View File

@ -310,7 +310,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);