1
This commit is contained in:
parent
1eaf2da087
commit
e7ff93f844
@ -49,7 +49,7 @@ namespace a8
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
const T& LengthSqr(const T& v)
|
||||
float LengthSqr(const T& v)
|
||||
{
|
||||
return v.x * v.x + v.y * v.y;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user