update signs_lib (again...)

master
Vanessa Dannenberg 2019-09-18 14:08:52 -04:00
parent c93e7219ed
commit a41474163c
1 changed files with 1 additions and 0 deletions

View File

@ -419,6 +419,7 @@ end
local function make_sign_texture(lines, pos)
local node = minetest.get_node(pos)
local def = minetest.registered_items[node.name]
if not def then return end
local font_size
local line_width