mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-24 20:08:31 +00:00
[PopupModal] Fix call to igEndPopup
This commit is contained in:
parent
4f360b8edf
commit
e483fa247c
@ -114,7 +114,7 @@ impl<'ui, 'p> PopupModal<'ui, 'p> {
|
|||||||
};
|
};
|
||||||
if render {
|
if render {
|
||||||
f();
|
f();
|
||||||
unsafe { sys::igEndMenu() };
|
unsafe { sys::igEndPopup() };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user