mirror of
https://github.com/pyrollo/display_modpack.git
synced 2024-11-24 07:13:44 +01:00
Removed a debug trick and fixed indentation
This commit is contained in:
parent
897b0f1f98
commit
fac6dfe1f8
@ -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