mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
fix some warnings (#1306)
This commit is contained in:
committed by
GitHub
parent
e45eb0da9a
commit
7d4f1ce5f9
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user