This commit is contained in:
p.kosyh 2011-04-13 10:32:47 +00:00
parent 8f112c09fa
commit 69532cda32

View file

@ -52,7 +52,7 @@ sprite = {
end;
fill = function(d, x, y, w, h, col)
if h == nil and col == nil then
return sprite_fill(d, 0, 0, 0, 0, x, y, w);
return sprite_fill(d, 0, 0, 0, 0, x);
end
return sprite_fill(d, x, y, w, h, col);
end;