Zombie Ablockalypse

Zombie Ablockalypse

18k Downloads

Using distance instead of distanceSquared

Sgt-Tailor opened this issue ยท 1 comments

commented

In some of the classes you use the .distance() method. That method involves squared roots. I would suggest using distancesquared.

commented

I used it before, and when I figured out it used sqrt(), I didn't care to search and destroy. Thanks for the help!
EDIT: Fixed for the next version!