mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Add a missing break;
Whoops. Now I wonder why the compile didn't fail for me locally, even though I *should* have -Werror=implicit-fallthrough enabled...
This commit is contained in:
@@ -1509,6 +1509,7 @@ void Graphics::processfade(void)
|
||||
{
|
||||
fademode = FADE_NONE;
|
||||
}
|
||||
break;
|
||||
case FADE_NONE:
|
||||
case FADE_FULLY_BLACK:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user