mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
fix
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user