Skip to content

Commit d286a93

Browse files
committed
Merge branch 'master' of https://github.com/photonstorm/phaser
2 parents 19a17bc + d966aaa commit d286a93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tilemaps/components/CalculateFacesAt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var CalculateFacesAt = function (tileX, tileY, layer)
3030
// Assume the changed tile has all interesting edges
3131
if (tileCollides)
3232
{
33-
tile.faceBottom = true;
33+
tile.faceTop = true;
3434
tile.faceBottom = true;
3535
tile.faceLeft = true;
3636
tile.faceRight = true;

0 commit comments

Comments
 (0)