Fix parentheses

This commit is contained in:
syimyuzya 2021-12-06 20:22:06 +08:00
parent 62e94fa112
commit 278e30c1b7
1 changed files with 1 additions and 1 deletions

View File

@ -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 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
end