From dd738f365da236feebf645b9baa284a465e5ad4e Mon Sep 17 00:00:00 2001 From: Orange Date: Sat, 3 May 2025 20:51:50 +0300 Subject: [PATCH] fix --- include/omath/vector4.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),