Skip to content

Commit

Permalink
Fix cc.image.nft.draw signature
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberbit authored Mar 24, 2024
1 parent e154b0d commit 836d6b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ end
--
-- @tparam table image An image, as returned from [`load`] or [`parse`].
-- @tparam number xPos The x position to start drawing at.
-- @tparam number xPos The y position to start drawing at.
-- @tparam number yPos The y position to start drawing at.
-- @tparam[opt] term.Redirect target The terminal redirect to draw to. Defaults to the
-- current terminal.
local function draw(image, xPos, yPos, target)
Expand Down

0 comments on commit 836d6b9

Please sign in to comment.