This commit is contained in:
2025-05-03 20:51:50 +03:00
parent b5e788385d
commit dd738f365d

View File

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