Skip to content

Commit

Permalink
Increase coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas-Ferre committed Jul 21, 2024
1 parent e7257b5 commit 2d0b96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/modor/src/globals.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ where
}

impl<T> Node for Globals<T> {
fn update(&mut self, _app: &mut App) {
fn on_enter(&mut self, _app: &mut App) {
self.available_indexes
.extend(self.deleted_items.drain(..).map(|(index, _)| index));
let deleted_indexes = mem::take(
Expand Down

0 comments on commit 2d0b96d

Please sign in to comment.