From 00d5bee72ff969c40759d69df02cde377e617fde Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 16 Feb 2013 10:48:03 +0000 Subject: [PATCH] - ...now where did that 'F' come from...? SVN r4139 (trunk) --- src/vectors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vectors.h b/src/vectors.h index e340194da8..c1bcf74b91 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 {