mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Added names for "main" frames
This commit is contained in:
@ -125,7 +125,7 @@ end
|
||||
-- This should be overwritten by inheriting classes
|
||||
function IceElement.prototype:CreateFrame()
|
||||
if not (self.frame) then
|
||||
self.frame = CreateFrame("Frame", nil, self.parent)
|
||||
self.frame = CreateFrame("Frame", "IceHUD_"..self.name, self.parent)
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user