tiny_link
tiny_link copied to clipboard
Use Vec2f for orb's diff
At the moment the diff uses Vec2i so normal() will always return (0, 0). This will cause the mover->speed to always be zero.
Looks like something changed when Blah was updated.