mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03: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:
@@ -2495,7 +2495,7 @@ void maprender()
|
||||
}
|
||||
else
|
||||
{
|
||||
graphics.render();
|
||||
graphics.renderwithscreeneffects();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user