This commit is contained in:
Michael Hadley 2018-03-15 06:22:22 -05:00 committed by GitHub
parent 1d23aad976
commit d966aaa412
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;