Skip to content

Stops Move() being called three times on diagonal moves

Rob Nelson requested to merge pull/12211/zas_pulledby into Bleeding-Edge

Created by: BarneyGumball

atom/movable/Move() now checks if the diagonal path is blocked before moving rather than calling step() over and over again to see if the path is blocked.

Merge request reports