Results: 1Comments by: RasuSeiro
File: oUF Phanx08-08-14
Cast Bar Borders fix
Posted By: RasuSeiro
It seems Phanx changed the "GetBorderSize" and "SetBorderSize" functions, and they don't seem to be sending out the proper values of the offset. Changing these lines will solve the problem for now: In the "Borders.lua" file replace: local _, d = self:GetBorderSize() With: local d = self:GetBorderSize() d = floor(d * 7 / 16 + 0....