View Single Post
03-21-09, 03:57 AM   #934
Luzzifus
A Warpwood Thunder Caller
 
Luzzifus's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2007
Posts: 94
Originally Posted by coree View Post
how can i prevent that the castbar will be overlapped sometimes by the castbar safezone?
I fixed it by simply creating the safezone texture as "BORDER":
Code:
self.Castbar.SafeZone = self.Castbar:CreateTexture(nil,"BORDER")