diff options
Diffstat (limited to 'alv-lib/love.moon')
| -rw-r--r-- | alv-lib/love.moon | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alv-lib/love.moon b/alv-lib/love.moon index c29a2d4..9d3c64c 100644 --- a/alv-lib/love.moon +++ b/alv-lib/love.moon @@ -39,10 +39,10 @@ draw = Constant.meta num = shapes.num or #shapes for i=1, num do shapes[i] or= -> - COPILOT.drawlist[tostring @tag] = shapes + COPILOT.drawlist[@tag\ident!] = shapes destroy: => - COPILOT.drawlist[tostring @tag] = nil + COPILOT.drawlist[@tag\ident!] = nil group = Constant.meta meta: |
