Upgrade cimgui to pull the ImDrawLust->ImDrawList fix

This commit is contained in:
Joonas Javanainen 2016-06-19 17:09:12 +03:00
parent 57fad570f9
commit c39e5d379d
2 changed files with 3 additions and 3 deletions

View File

@ -1499,14 +1499,14 @@ extern "C" {
col_upr_right: ImU32,
col_bot_right: ImU32,
col_bot_left: ImU32);
pub fn ImDrawLust_AddQuad(list: *mut ImDrawList,
pub fn ImDrawList_AddQuad(list: *mut ImDrawList,
a: ImVec2,
b: ImVec2,
c: ImVec2,
d: ImVec2,
col: ImU32,
thickness: c_float);
pub fn ImDrawLust_AddQuadFilled(list: *mut ImDrawList,
pub fn ImDrawList_AddQuadFilled(list: *mut ImDrawList,
a: ImVec2,
b: ImVec2,
c: ImVec2,

@ -1 +1 @@
Subproject commit 3a215a026875594ab5e7cf7e5c1e1c1a15ad84dc
Subproject commit 8591a0be7788f34f6792034878622f428aac7f24