Removed a debug trick and fixed indentation

This commit is contained in:
Pierre-Yves Rollo 2018-07-15 09:40:18 +02:00
parent 80b616ab97
commit 076adbe8ab
1 changed files with 20 additions and 21 deletions

View File

@ -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
if self.widths[char] == nil
or char == 88
then
print(string.format("["..font_api.name
.."] Missing char %d (%04x)",char,char))