September Morn Update
This commit is contained in:
parent
4e2d22a71d
commit
aac6731f2c
6856 changed files with 141342 additions and 21127 deletions
|
|
@ -54,7 +54,7 @@ function Bitmap:writeP6(filename)
|
|||
end
|
||||
end
|
||||
|
||||
function Bitmap:fill(x, y, width, heigth, color)
|
||||
function Bitmap:fill(x, y, width, height, color)
|
||||
width = (width == nil) and self.width or width
|
||||
height = (height == nil) and self.height or height
|
||||
width = width + x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue