mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-05 18:23:16 +00:00
fix some warnings (#1306)
This commit is contained in:
parent
e45eb0da9a
commit
7d4f1ce5f9
2 changed files with 8 additions and 5 deletions
|
@ -29,4 +29,4 @@ extern void assert_fail_debug_msg(const char* msg);
|
|||
constexpr ImVec2(float _v) : x(_v), y(_v) {}
|
||||
|
||||
#define IM_VEC4_CLASS_EXTRA \
|
||||
constexpr ImVec4(float _v) : x(_v), y(_v), z(_v), w(_v) {}
|
||||
constexpr ImVec4(float _v) : x(_v), y(_v), z(_v), w(_v) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue