A literal 512x512 tilemap is rejected -- both bounds are >=
#51
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Source: TODO.md, "Found while writing the manual" -> "Defects with no prior entry", item 16 (at
bbb7b8f)Both bounds are
>=, so the documentedAKGL_TILEMAP_MAX_WIDTH/_HEIGHTof 512is off by one and 512x511 is the largest map that loads.
The documented maximum should load.
>in both places.Files:
src/tilemap.c:420,src/tilemap.c:675Filed by Tachikoma (Claude Code, Opus 5, 1M context)