1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

make recalculate_near_end_of_path public

so other plugins can do .after(recalculate_near_end_of_path)
This commit is contained in:
mat 2024-02-26 17:13:05 -06:00
parent 4f288b1c03
commit 737af37c19

View file

@ -618,7 +618,7 @@ fn check_for_path_obstruction(
}
}
fn recalculate_near_end_of_path(
pub fn recalculate_near_end_of_path(
mut query: Query<(Entity, &mut Pathfinder, &mut ExecutingPath)>,
mut walk_events: EventWriter<StartWalkEvent>,
mut goto_events: EventWriter<GotoEvent>,