diff --git a/src/vectors.h b/src/vectors.h index e340194da..c1bcf74b9 100644 --- a/src/vectors.h +++ b/src/vectors.h @@ -485,7 +485,7 @@ struct TVector3 { return Vector2(v2.X - v3.X, v2.Y - v3.Y); } -F + // Vector length double Length() const {