mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-03-26 13:26:59 +00:00
Merge pull request #862 from Angalexik/typo
Fix typo in paintutils documentation
This commit is contained in:
commit
ee96458b56
@ -276,7 +276,7 @@ end
|
|||||||
--
|
--
|
||||||
-- @tparam table image The parsed image data.
|
-- @tparam table image The parsed image data.
|
||||||
-- @tparam number xPos The x position to start drawing at.
|
-- @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.
|
||||||
function drawImage(image, xPos, yPos)
|
function drawImage(image, xPos, yPos)
|
||||||
expect(1, image, "table")
|
expect(1, image, "table")
|
||||||
expect(2, xPos, "number")
|
expect(2, xPos, "number")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user