fmt
All checks were successful
Rust Checks / checks (push) Successful in 8m0s
Rust Checks / checks (pull_request) Successful in 1m20s

This commit is contained in:
CoCo_Sol 2024-02-09 07:34:10 +01:00
parent 8ba8d16356
commit 316bbf77f0

View file

@ -70,7 +70,6 @@ fn ui_host_button(mut egui_ctx: EguiContexts, mut address: ResMut<Address>) {
egui::Window::new("Host")
.default_width(400.0)
.show(egui_ctx.ctx_mut(), |ui| {
// Create the text
let button = ui.button("Create new game");