Skip to content

Commit dd738f3

Browse files
committed
fix
1 parent b5e7883 commit dd738f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/omath/vector4.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ namespace omath
159159

160160
#ifdef OMATH_IMGUI_INTEGRATION
161161
[[nodiscard]]
162-
ImVec4 ToImVec4() const
162+
ImVec4 to_im_vec4() const
163163
{
164164
return {
165165
static_cast<float>(this->x),

0 commit comments

Comments
 (0)