- luainstance: add missing RADIUS_NONE; fix typo in dynfont handling

This commit is contained in:
svenhoefer
2017-03-03 08:55:35 +01:00
parent 9fe20399c4
commit 6afe247bc3
2 changed files with 4 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ public:
enum {
DYNFONT_NO_ERROR = 0,
DYNFONT_MAXIMUM_FONTS = 1,
DYNFONT_TO_WIDE = 2,
DYNFONT_TOO_WIDE = 2,
DYNFONT_TOO_HIGH = 3
};