Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed typo in “def __compare” if "Y" in code: same = same and (self[k1].position.getX() == self[k2].position.getX()) Changed to if "Y" in code: same = same and (self[k1].position.getY() == self[k2].position.getY()) Same change made for Z
- Loading branch information