Remove stale TODO note

This commit is contained in:
2025-10-21 12:52:53 -05:00
parent 7ac3882e9e
commit 62c84aceaf

View File

@@ -23,8 +23,6 @@ fn main() {
.add_systems(OnExit(GameState::MainMenu), despawn_main_menu)
.add_observer(ui::button_hover_start)
.add_observer(ui::button_hover_stop)
// TODO: System to operate buttons & other UI widgets
// .add_systems(Update, )
.add_systems(OnEnter(GameState::Playing), setup_game)
.add_systems(
Update,