We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee3778 commit c22fefdCopy full SHA for c22fefd
1 file changed
src/ui/level_select.rs
@@ -23,7 +23,6 @@ impl Plugin for LevelSelectPlugin {
23
24
app.add_systems(OnExit(GameState::LevelSelect), level_select_exit);
25
26
- // TODO these are not firing when re-entering GameState::LevelSelect??
27
app.add_observer(populate_settings_panel_body);
28
app.add_observer(populate_levels_panel_body);
29
}
0 commit comments