mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +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 {
|
||||
f();
|
||||
unsafe { sys::igEndMenu() };
|
||||
unsafe { sys::igEndPopup() };
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user