mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-22 16:10:18 +01:00
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]
|
||||
if w then
|
||||
width = width + w + 1
|
||||
if width >= SIGN_WIDTH then
|
||||
if width >= (SIGN_WIDTH - charwidth[" "]) then
|
||||
width = 0
|
||||
else
|
||||
maxw = math_max(width, maxw)
|
||||
|
Loading…
Reference in New Issue
Block a user