v1 extension backcompat: rotated patch caching

This commit is contained in:
NepDisk 2026-03-24 10:00:10 -04:00
parent 7ffd0815e0
commit 18064a5fab

View file

@ -1661,6 +1661,7 @@ static luaL_Reg lib_draw[] = {
// cache
{"patchExists", libd_patchExists},
{"cachePatch", libd_cachePatch},
{"cachePatchRotated", libd_cachePatch}, // Backcompat for v1 extension rotated patch caching.
{"getSpritePatch", libd_getSpritePatch},
{"getSprite2Patch", libd_getSprite2Patch},
{"getColormap", libd_getColormap},