mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Make 0-length gravity lines invisible again
This commit is contained in:
@@ -1836,6 +1836,11 @@ void Graphics::drawgravityline(const int t, const int x, const int y, const int
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (w <= 0 && h <= 0)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (obj.entities[t].life == 0)
|
if (obj.entities[t].life == 0)
|
||||||
{
|
{
|
||||||
if (game.noflashingmode)
|
if (game.noflashingmode)
|
||||||
|
|||||||
Reference in New Issue
Block a user