1
0
ミラー元 https://github.com/mt-mods/homedecor_modpack.git 前回の同期 2025-07-16 04:30:23 +02:00

Quick patch to fix texture errors.

Reportedly, the color would be nil in some rare case.
このコミットが含まれているのは:
Diego Martinez
2014-09-19 15:55:17 -03:00
コミット 5dd778cbdf

ファイルの表示

@ -341,6 +341,7 @@ end
local math_max = math.max
local function fill_line(x, y, w, c)
c = c or "0"
local tex = { }
for xx = 0, math.max(0, w-16), 16 do
table.insert(tex, (":%d,%d=slc_%s.png"):format(x + xx, y, c))