Error when font outline of external tooltip is set to 'None'
tflo opened this issue ยท 1 comments
Getting this error if the outline is set to 'None':
32x BagSync/core.lua:398: Usage: self:SetFont(fontFile, height, flags)
[string "=[C]"]: in function `SetFont'
[string "@BagSync/core.lua"]:398: in function `CreateFonts'
[string "@BagSync/modules/config.lua"]:147: in function <BagSync/modules/config.lua:90>
I could get rid of the error by defaulting the flags
variable to an empty string instead of nil:
core.lua, line 387:
local flags = ""
Found the hint here: https://wowpedia.fandom.com/wiki/API_FontInstance_SetFont#Arguments