mirror of
https://github.com/pyrollo/display_modpack.git
synced 2024-11-14 14:20:31 +01:00
Removed a debug trick and fixed indentation
This commit is contained in:
parent
80b616ab97
commit
076adbe8ab
1
font.lua
1
font.lua
|
@ -187,7 +187,6 @@ function font_api.Font:make_line_texture(line, texturew, x, y)
|
||||||
|
|
||||||
-- Replace chars with no texture by the NULL(0) char
|
-- Replace chars with no texture by the NULL(0) char
|
||||||
if self.widths[char] == nil
|
if self.widths[char] == nil
|
||||||
or char == 88
|
|
||||||
then
|
then
|
||||||
print(string.format("["..font_api.name
|
print(string.format("["..font_api.name
|
||||||
.."] Missing char %d (%04x)",char,char))
|
.."] Missing char %d (%04x)",char,char))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user