1
1
Fork 0
mirror of https://github.com/griffi-gh/hUI.git synced 2025-01-05 10:38:21 -06:00

yeah it's a total mess

This commit is contained in:
griffi-gh 2024-03-11 21:00:43 +01:00
parent dc3f89db37
commit 4b3f15e6ce

View file

@ -32,7 +32,6 @@ ui_main!(
.into_interactable()
.on_click(|| {
println!("clicked");
*n += 1;
})
.add_child(ui);
})