Skip to content

Release 25dda1b

Choose a tag to compare

@github-actions github-actions released this 13 Jan 22:48
Refactor tile validation in map.gd to simplify checks for missing tiles

- Removed unnecessary validation for tile data when checking for missing tiles, streamlining the process of identifying absent tiles.
- Updated comments to clarify the new validation logic, focusing solely on tile existence without additional data checks.
- Maintained existing error handling for missing tiles to ensure robustness in tile management.