Skip to content

Commit

Permalink
Update skills/entity-inspector/src/main.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Butler <thebutlah@gmail.com>
  • Loading branch information
loucass003 and TheButlah authored Nov 19, 2023
1 parent 9c023b2 commit b209db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skills/entity-inspector/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ fn inspector_ui(world: &mut World, mut selected_entities: Local<SelectedEntities
ui.allocate_space(ui.available_size());
});
});
}
}

0 comments on commit b209db1

Please sign in to comment.