diff --git a/include/omath/vector4.hpp b/include/omath/vector4.hpp index 33d8380..36e0c0a 100644 --- a/include/omath/vector4.hpp +++ b/include/omath/vector4.hpp @@ -159,7 +159,7 @@ namespace omath #ifdef OMATH_IMGUI_INTEGRATION [[nodiscard]] - ImVec4 ToImVec4() const + ImVec4 to_im_vec4() const { return { static_cast(this->x),