mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-10 10:59:45 +01:00
Make gravity lines render when screen effects are off
This commit is contained in:
parent
923efe54d6
commit
fd4232e9fd
1 changed files with 11 additions and 10 deletions
|
@ -1700,6 +1700,7 @@ void Graphics::drawgravityline(const int t, const int x, const int y, const int
|
||||||
if (game.noflashingmode)
|
if (game.noflashingmode)
|
||||||
{
|
{
|
||||||
set_color(200 - 20, 200 - 20, 200 - 20);
|
set_color(200 - 20, 200 - 20, 200 - 20);
|
||||||
|
draw_line(x, y, x + w, y + h);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue