continuation of oUF_GPS

This commit is contained in:
Crum
2018-05-31 12:09:08 -05:00
parent e1842c2779
commit 17996e58ca
4 changed files with 28 additions and 26 deletions
+3
View File
@@ -32,6 +32,7 @@ function UF:Construct_RaidFrames()
self.RaidRoleFramesAnchor = UF:Construct_RaidRoleFrames(self)
self.RaidTargetIndicator = UF:Construct_RaidIcon(self);
self.GPS = UF:Construct_GPS(self)
self.InfoPanel = UF:Construct_InfoPanel(self)
UF:Update_StatusBars()
UF:Update_FontStrings()
@@ -112,6 +113,8 @@ function UF:Update_RaidFrames(frame, db)
UF:Configure_Portrait(frame)
UF:Configure_GPS(frame)
UF:Configure_RaidIcon(frame)
UF:Configure_RaidRoleIcons(frame)