mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-10 15:49:26 +01:00
This commit is contained in:
parent
c2d824d24a
commit
ec8cf93656
@ -310,7 +310,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…
x
Reference in New Issue
Block a user