* Localize codepoint variable
This commit is contained in:
parent
7d36959d1e
commit
f7e4aa738c
|
@ -87,7 +87,7 @@ hexfont.load_glyphs = function(self, iterator)
|
|||
local codepoint_hex, bitmap_hex = line:match(
|
||||
"([0123456789ABCDEF]+):([01234567890ABCDEF]+)"
|
||||
)
|
||||
codepoint = tonumber(codepoint_hex, 16)
|
||||
local codepoint = tonumber(codepoint_hex, 16)
|
||||
self[codepoint] = bitmap_hex
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue