mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-26 04:24:16 +01:00
This commit is contained in:
parent
ee5b116922
commit
1210f41e14
@ -295,7 +295,7 @@ UpdateGUI (void *arg)
|
|||||||
|
|
||||||
if(ExitRequested || ShutdownRequested)
|
if(ExitRequested || ShutdownRequested)
|
||||||
{
|
{
|
||||||
for(i = 0; i < 255; i += 15)
|
for(i = 0; i <= 255; i += 15)
|
||||||
{
|
{
|
||||||
mainWindow->Draw();
|
mainWindow->Draw();
|
||||||
Menu_DrawRectangle(0,0,screenwidth,screenheight,(GXColor){0, 0, 0, i},1);
|
Menu_DrawRectangle(0,0,screenwidth,screenheight,(GXColor){0, 0, 0, i},1);
|
||||||
|
Loading…
Reference in New Issue
Block a user