Terasology / Behaviors

Store for an assortment of behaviors that can be applied to creatures
https://terasology.github.io/Behaviors
6 stars 18 forks source link

fix: use naiveMoveTo instead of moveTo Action #118

Closed Jacob-Rueckert closed 4 weeks ago

Jacob-Rueckert commented 1 month ago

moveTo sets GoalEntity but doesnt update GoalPosition and path naiveMoveTo does

probably originates from pathfinding migration

jdrueckert commented 4 weeks ago

integration tests were failing before and are independent of this fix