diff --git a/src/love/modules/graphics.lua b/src/love/modules/graphics.lua index d2662a9..98ae3fa 100644 --- a/src/love/modules/graphics.lua +++ b/src/love/modules/graphics.lua @@ -954,6 +954,7 @@ function graphics:doStickerTrans(func) end function graphics:drawStickers() + if not self.stickerGroup then return end self.stickerGroup:draw() end