you saw nothing
This commit is contained in:
parent
efe9d109b9
commit
c3d5b891ec
@ -149,7 +149,7 @@ void line(float x, float y, float dx, float dy, rgba color, float thickness)
|
||||
float ex = x + dx;
|
||||
float ey = y + dy;
|
||||
|
||||
if (!length <= 0.1f)
|
||||
if (length <= 1.0f)
|
||||
return;
|
||||
|
||||
nx /= length;
|
||||
|
Loading…
x
Reference in New Issue
Block a user