Zombie Conga - Chapter 2 Challenge 3

I understand how to solve the challenge, but what is unclear to me is that if I leave the “rotate(…)” call as it is in the update(_ …) function, if the zombie reaches the destination before it’s facing the right direction, it will stop turning too. Is it the intended behaviour at this point?

thanks a lot!

Yes, this is intended. In Chapter 5, you’ll make it so the zombie never stops moving, so this won’t be an issue.