diff --git a/include/RE/N/NiMatrix3.h b/include/RE/N/NiMatrix3.h index 9a5447ad8..b49076388 100644 --- a/include/RE/N/NiMatrix3.h +++ b/include/RE/N/NiMatrix3.h @@ -24,9 +24,9 @@ namespace RE NiMatrix3(float a_x, float a_y, float a_z); NiMatrix3(const NiPoint3& a_x, const NiPoint3& a_y, const NiPoint3& a_z); - NiPoint3 GetVectorX() const; - NiPoint3 GetVectorY() const; - NiPoint3 GetVectorZ() const; + NiPoint3 GetVectorX() const; + NiPoint3 GetVectorY() const; + NiPoint3 GetVectorZ() const; bool ToEulerAnglesXYZ(NiPoint3& a_angle) const; bool ToEulerAnglesXYZ(float& a_xAngle, float& a_yAngle, float& a_zAngle) const;