From e35b3620dcde9adebd7e20b22e1445d3acf5c45d Mon Sep 17 00:00:00 2001 From: CoCoSol007 Date: Thu, 8 Feb 2024 19:38:32 +0100 Subject: [PATCH] Remove unless doc --- crates/border-wars/src/menu.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/border-wars/src/menu.rs b/crates/border-wars/src/menu.rs index 57451c9..9c6f0ae 100644 --- a/crates/border-wars/src/menu.rs +++ b/crates/border-wars/src/menu.rs @@ -22,9 +22,7 @@ impl Plugin for MenuPlugin { /// The fonction that been called when the plugin is added to the app. fn build(&self, app: &mut App) { app.add_plugins(EguiPlugin) - // Add the resource .init_resource::
() - // Add systems for the UI. .add_systems(Update, ui_connect_button) .add_systems(Update, ui_host_button); }