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:
parent
4f288b1c03
commit
737af37c19
1 changed files with 1 additions and 1 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Reference in a new issue