mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-09 10:29:45 +01:00
Render screen effects in maprender()
I had forgotten that the game flashed and did screen-shaking when you pressed ACTION to quicksave. While testing for my over-30-FPS patch I stumbled across this.
This commit is contained in:
parent
28db7038fc
commit
1fd20e5e99
1 changed files with 1 additions and 1 deletions
|
@ -2495,7 +2495,7 @@ void maprender()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
graphics.render();
|
graphics.renderwithscreeneffects();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue