Skip to content

Commit c22fefd

Browse files
committed
Remove outdated comment
1 parent 9ee3778 commit c22fefd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/ui/level_select.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ impl Plugin for LevelSelectPlugin {
2323

2424
app.add_systems(OnExit(GameState::LevelSelect), level_select_exit);
2525

26-
// TODO these are not firing when re-entering GameState::LevelSelect??
2726
app.add_observer(populate_settings_panel_body);
2827
app.add_observer(populate_levels_panel_body);
2928
}

0 commit comments

Comments
 (0)