Skip to content

Commit

Permalink
Update hierarchy.rs pub
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniMinerX authored Sep 27, 2024
1 parent 5068869 commit a79db8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/editor_ui/src/hierarchy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ type DrawIter<'a> = (
Option<&'a Parent>,
);

fn draw_entity<F: QueryFilter>(
pub fn draw_entity<F: QueryFilter>(
commands: &mut Commands,
ui: &mut egui::Ui,
query: &Query<DrawIter, F>,
Expand Down

0 comments on commit a79db8b

Please sign in to comment.