mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-22 07:08:42 -06:00
yeah it's a total mess
This commit is contained in:
parent
197b327b1f
commit
4c137095a0
|
@ -32,7 +32,6 @@ ui_main!(
|
|||
.into_interactable()
|
||||
.on_click(|| {
|
||||
println!("clicked");
|
||||
*n += 1;
|
||||
})
|
||||
.add_child(ui);
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue