mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 10:39:18 +01:00
This commit is contained in:
parent
ee5b116922
commit
1210f41e14
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user