mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 05:28:35 +00:00
Booleano
This commit is contained in:
parent
091e5a6a15
commit
a658073bd7
@ -92,7 +92,7 @@ impl<'ui> ListClipperToken<'ui> {
|
||||
panic!("ListClipperToken::step called after it has previously returned false");
|
||||
}
|
||||
let ret = unsafe { sys::ImGuiListClipper_Step(self.list_clipper) };
|
||||
if ret {
|
||||
if !ret {
|
||||
self.consumed_workaround = true;
|
||||
}
|
||||
ret
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user