- make TAngle::Degrees() constexpr.

This commit is contained in:
Christoph Oelckers 2022-08-26 18:32:23 +02:00
parent 7ad09c7a77
commit c7e425f759

View file

@ -1324,7 +1324,7 @@ public:
return xs_CRoundToInt(Degrees_ * (0x40000000 / 90.));
}
vec_t Degrees() const
constexpr vec_t Degrees() const
{
return Degrees_;
}