View Single Post
10-22-10, 12:12 PM   #3
Ither
A Firelord
 
Ither's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 497
Originally Posted by v6o View Post
caelnameplates should have 2 functions. one that gets run the first time a nameplate is shown and then an update function.

i think you'll need to make sure the size is set in the update function, otherwise it will reset to blizzards size.
I've scanned the code and the only setheights there are is;

Code:
	self.healthBar:SetHeight(caelLib.scale(3))
	self.castBar:SetHeight(caelLib.scale(3))
	self:SetHeight(caelLib.scale(3))
Regardless, if you turn and look back it goes to default.

Could it be an update function is missing?
__________________
  Reply With Quote