mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-19 12:44:55 -04:00
support x64
This commit is contained in:
parent
99f9d7eb83
commit
3e334ca731
16 changed files with 549 additions and 16 deletions
|
@ -50,7 +50,7 @@ public:
|
|||
|
||||
inline T length() const
|
||||
{
|
||||
return sqrt(squaredLength());
|
||||
return static_cast<T>(sqrt(squaredLength()));
|
||||
}
|
||||
|
||||
inline T squaredLength() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue