mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-06-29 21:31:02 +02:00
I fux, I fix.
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user