mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- ...now where did that 'F' come from...?
SVN r4139 (trunk)
This commit is contained in:
parent
d71b0609f0
commit
00d5bee72f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue