Aulkhami / project-decked-out

Project: Decked Out, a game inspired by (copying) Decked Out in Minecraft Hermitcraft made by TangoTek.
0 stars 0 forks source link

Issues with the MoveTo loop system. #6

Open Aulkhami opened 3 years ago

Aulkhami commented 3 years ago

The current system causes overlap with the loops, causing it to call the function AbortMovement() while aggroing.

The issue is most likely due to the eventloop still continuing after a new path has been computed. And then calling the function MoveTo() while the eventloop is still running. But, despite after changing it to not call the function MoveTo() if a loop is running, it still overlaps.