mirror of
https://github.com/mt-mods/signs_lib.git
synced 2025-07-07 02:00:25 +02:00
Fix parentheses
This commit is contained in:
2
api.lua
2
api.lua
@ -523,7 +523,7 @@ local function make_line_texture(line, lineno, pos, line_width, line_height, cwi
|
|||||||
|
|
||||||
if escape > 0 then escape = escape - 1 end
|
if escape > 0 then escape = escape - 1 end
|
||||||
if c == "^" and escape == 0 and c2:find("[1-8a-h]") then
|
if c == "^" and escape == 0 and c2:find("[1-8a-h]") then
|
||||||
c = string.char(tonumber(c2,18)+0x80))
|
c = string.char(tonumber(c2,18)+0x80)
|
||||||
i = i + 1
|
i = i + 1
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user