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