- ...now where did that 'F' come from...?

SVN r4139 (trunk)
This commit is contained in:
Christoph Oelckers 2013-02-16 10:48:03 +00:00
parent d71b0609f0
commit 00d5bee72f

View file

@ -485,7 +485,7 @@ struct TVector3
{ {
return Vector2(v2.X - v3.X, v2.Y - v3.Y); return Vector2(v2.X - v3.X, v2.Y - v3.Y);
} }
F
// Vector length // Vector length
double Length() const double Length() const
{ {