mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-25 05:21:16 +00:00
- make TAngle::Degrees() constexpr.
This commit is contained in:
parent
7ad09c7a77
commit
c7e425f759
1 changed files with 1 additions and 1 deletions
|
@ -1324,7 +1324,7 @@ public:
|
|||
return xs_CRoundToInt(Degrees_ * (0x40000000 / 90.));
|
||||
}
|
||||
|
||||
vec_t Degrees() const
|
||||
constexpr vec_t Degrees() const
|
||||
{
|
||||
return Degrees_;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue