mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 03:29:22 +01:00
This commit is contained in:
parent
a85cacbf54
commit
a1d25ef31a
@ -305,7 +305,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