Craft
Craft copied to clipboard
Fixed Issue #209: Walking through blocks at a 45 degree angle
Link to the issue we fixed: https://github.com/fogleman/Craft/issues/209
The cause of the bug is that in the collide() function, it doesn't check whether the 4 diagonally neighboring blocks are obstacles. We added code that check for obstacles in these directions.