mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59:43 +01: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:
parent
98cb415675
commit
8bece4f6aa
1 changed files with 1 additions and 0 deletions
|
@ -1509,6 +1509,7 @@ void Graphics::processfade(void)
|
||||||
{
|
{
|
||||||
fademode = FADE_NONE;
|
fademode = FADE_NONE;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case FADE_NONE:
|
case FADE_NONE:
|
||||||
case FADE_FULLY_BLACK:
|
case FADE_FULLY_BLACK:
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue