mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-04 00:05:31 +03:00
Make gravity lines render when screen effects are off
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
923efe54d6
commit
fd4232e9fd
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user