Skip to content

Commit

Permalink
fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
GuglioIsStupid committed Aug 11, 2024
1 parent 02bacdf commit 2ef6c0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/love/modules/graphics.lua
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,7 @@ function graphics:doStickerTrans(func)
end

function graphics:drawStickers()
if not self.stickerGroup then return end
self.stickerGroup:draw()
end

Expand Down

0 comments on commit 2ef6c0a

Please sign in to comment.