Craft icon indicating copy to clipboard operation
Craft copied to clipboard

Fixed Issue #209: Walking through blocks at a 45 degree angle

Open usernamefreaks opened this issue 5 years ago • 0 comments

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.

usernamefreaks avatar May 09 '19 16:05 usernamefreaks