This is only here to force load the font face fonts.
Vendetta-Online
Forums
»
Bugs
Ab
Ab
Ab
Search Forums
Iup.lua Bug
Oct 11, 2016
PaKettle
link
iup.list can crash if the list is accessed at 0 instead of 1
ie
if Index = 0
LocalList = iup.list{
visibleitems = 10,
expand = 'YES',
}
LocalList[Index] = somestring
causes a full segv fault crash of VO
Oct 12, 2016
raybondo
link
Thanks.
Forums
»
Bugs