Remove use of old atlas
This commit is contained in:
parent
bfed1dfa0d
commit
0a9e348059
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ local back = (function()
|
|||
CardSleeves.Sleeve {
|
||||
key = key,
|
||||
pos = tbl.pos,
|
||||
atlas = "void",
|
||||
atlas = "back",
|
||||
config = tbl.config and f(tbl.config):into() or nil,
|
||||
loc_vars = function(self, ...)
|
||||
local ret = tbl.loc_vars and tbl.loc_vars(self, ...) or {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue