mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-15 23:48:31 +00:00
Fix frame vs ui terminology
This commit is contained in:
parent
69fbe0ce9d
commit
235f9918d3
@ -16,9 +16,7 @@ fn main() {
|
||||
let mut support = Support::init();
|
||||
|
||||
loop {
|
||||
let active = support.render(CLEAR_COLOR, |frame| {
|
||||
hello_world(frame)
|
||||
});
|
||||
let active = support.render(CLEAR_COLOR, hello_world);
|
||||
if !active { break }
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user