Skip to content

Commit

Permalink
fix: use naiveMoveTo instead of moveTo Action (#118)
Browse files Browse the repository at this point in the history
moveTo sets GoalEntity but doesnt update GoalPosition and path
naiveMoveTo does

probably originates from pathfinding migration
  • Loading branch information
Jacob-Rueckert authored Oct 27, 2024
1 parent 3f069bc commit 0ba986b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/behaviors/common/attackFollowedEntity.behavior
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
}
},
move_to
{lookup: { tree: "Behaviors:naiveMoveTo" }}
]
}
]
Expand Down

0 comments on commit 0ba986b

Please sign in to comment.