mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-02 22:01:41 +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.));
|
return xs_CRoundToInt(Degrees_ * (0x40000000 / 90.));
|
||||||
}
|
}
|
||||||
|
|
||||||
vec_t Degrees() const
|
constexpr vec_t Degrees() const
|
||||||
{
|
{
|
||||||
return Degrees_;
|
return Degrees_;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue