Thread: setfont error
View Single Post
11-07-22, 12:18 AM   #3
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
Hi,

I had the same error in my addon gmFonts and I have modified all the call adding a "" ( a void string ) to fill where there is a nil but it should not.

like:
Lua Code:
  1. SetFont(_G.QuestFontNormalSmall, GMFONTS["B"], 13, "", nil, nil, nil, 0.54, 0.4, 0.1)

Let me know.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
  Reply With Quote