This commit is contained in:
2025-05-03 20:51:50 +03:00
parent 6df9d59fe9
commit cf2243a537

View File

@@ -159,7 +159,7 @@ namespace omath
#ifdef OMATH_IMGUI_INTEGRATION
[[nodiscard]]
ImVec4 ToImVec4() const
ImVec4 to_im_vec4() const
{
return {
static_cast<float>(this->x),