Skip to content

Commit

Permalink
Merge pull request #1763 from cyberbit/patch-1
Browse files Browse the repository at this point in the history
Fix cc.image.nft.draw signature
  • Loading branch information
SquidDev authored Mar 24, 2024
2 parents 0d3e00c + 836d6b9 commit ad0f551
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 ad0f551

Please sign in to comment.