mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
Fixes #3395
This commit is contained in:
parent
1d23aad976
commit
d966aaa412
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ var CalculateFacesAt = function (tileX, tileY, layer)
|
|||
// Assume the changed tile has all interesting edges
|
||||
if (tileCollides)
|
||||
{
|
||||
tile.faceBottom = true;
|
||||
tile.faceTop = true;
|
||||
tile.faceBottom = true;
|
||||
tile.faceLeft = true;
|
||||
tile.faceRight = true;
|
||||
|
|
Loading…
Reference in a new issue