patches are there to fix stuff lol

This commit is contained in:
kamirama 2017-12-31 19:30:13 +01:00
parent e9390489c0
commit 118e2e16c8

View File

@ -57,5 +57,5 @@ function sparktech.makebar(texture, posx, posy, sizex, sizey, value, maxvalue, d
sizey = (value / maxvalue) * sizey
end
return "image[" .. posx .. "," .. posy .. "," .. "," .. sizex .. "," .. sizey .. "," .. texture .. "]"
return "image[" .. posx .. "," .. posy .. ";" .. sizex .. "," .. sizey .. ";" .. texture .. "]"
end