- ...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
1 changed files with 1 additions and 1 deletions

View File

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