Skip to content

Commit

Permalink
render doors correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Delwing committed Sep 16, 2021
1 parent 0454e69 commit 60a9f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/bundle.js
Expand Up @@ -1041,7 +1041,7 @@ var Renderer = /*#__PURE__*/function () {

var exitKey = new Array(room.id, targetId).sort().join("#");

if (this.exitsRendered[exitKey]) {
if (this.exitsRendered[exitKey] && room.doors[dirLongToShort(dir)] === undefined) {
return;
}

Expand Down

0 comments on commit 60a9f38

Please sign in to comment.