mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
Fix small typo
This commit is contained in:
parent
216e97a2b2
commit
d24ae372b2
@ -9,7 +9,7 @@ mod support;
|
||||
|
||||
const CLEAR_COLOR: [f32; 4] = [1.0, 1.0, 1.0, 1.0];
|
||||
|
||||
fn main() { support::run("hellow_world.rs".to_owned(), CLEAR_COLOR, hello_world); }
|
||||
fn main() { support::run("hello_world.rs".to_owned(), CLEAR_COLOR, hello_world); }
|
||||
|
||||
fn hello_world<'a>(ui: &Ui<'a>) -> bool {
|
||||
ui.window(im_str!("Hello world"))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user