Open usernamefreaks opened 5 years ago
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.
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.