Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
CaviarChen committed Dec 9, 2024
1 parent cda871a commit 783c4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/src/utils/MapRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class Internal {

const block =
fogMap.tiles[FogMap.FogMap.makeKeyXY(fowTileX, fowTileY)]?.blocks[
FogMap.FogMap.makeKeyXY(fowBlockX, fowBlockY)
FogMap.FogMap.makeKeyXY(fowBlockX, fowBlockY)
];

if (block) {
Expand Down

0 comments on commit 783c4c0

Please sign in to comment.