forked from nalc/homedecor_modpack
I fux, I fix.
This commit is contained in:
parent
119f8fe494
commit
3e6fb4a911
|
@ -245,7 +245,7 @@ local function make_line_texture(line, lineno)
|
||||||
local w = charwidth[c]
|
local w = charwidth[c]
|
||||||
if w then
|
if w then
|
||||||
width = width + w + 1
|
width = width + w + 1
|
||||||
if width >= SIGN_WIDTH then
|
if width >= (SIGN_WIDTH - charwidth[" "]) then
|
||||||
width = 0
|
width = 0
|
||||||
else
|
else
|
||||||
maxw = math_max(width, maxw)
|
maxw = math_max(width, maxw)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user