v1 extension backcompat: rotated patch caching
This commit is contained in:
parent
7ffd0815e0
commit
18064a5fab
1 changed files with 1 additions and 0 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Reference in a new issue