vec2_dist wrong named
This commit is contained in:
parent
ae258447a5
commit
0afc2dcb61
@ -171,7 +171,7 @@ vec4_square_norm (vec4 v)
|
|||||||
}
|
}
|
||||||
|
|
||||||
float
|
float
|
||||||
vect2_dist (vec2 a, vec2 b)
|
vec2_dist (vec2 a, vec2 b)
|
||||||
{
|
{
|
||||||
float dx = a.x - b.x;
|
float dx = a.x - b.x;
|
||||||
float dy = a.y - b.y;
|
float dy = a.y - b.y;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user