Reduced fade out rate of splashscreen.
This commit is contained in:
parent
cb5bb3446d
commit
b1f62d694c
|
@ -42,7 +42,7 @@ void fceuSplashScreen::periodicUpdate(void)
|
|||
{
|
||||
if ( alpha > 0 )
|
||||
{
|
||||
alpha -= 20;
|
||||
alpha -= 10;
|
||||
|
||||
if ( alpha < 0 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue