1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-16 09:14:04 +00:00

Fixed typo in paintutils documentation

This commit is contained in:
Angalexik
2021-07-18 12:37:16 +02:00
committed by GitHub
parent 999a39a3e6
commit 333410e4cd

View File

@@ -276,7 +276,7 @@ end
--
-- @tparam table image The parsed image data.
-- @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)
expect(1, image, "table")
expect(2, xPos, "number")