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