Remove another annoying invisible frame

This commit is contained in:
Logan Payton
2018-05-24 19:40:35 -04:00
parent 3764989f1d
commit 750eeba5e2
+1
View File
@@ -158,6 +158,7 @@ function mod:LoadExperienceBar()
E:RegisterStatusBar(self.expBar.rested) E:RegisterStatusBar(self.expBar.rested)
self.expBar.rested:SetStatusBarColor(1, 0, 1, 0.2) self.expBar.rested:SetStatusBarColor(1, 0, 1, 0.2)
E:Kill(ExhaustionTick) E:Kill(ExhaustionTick)
E:Kill(MainMenuExpBar)
self:UpdateExperienceDimensions() self:UpdateExperienceDimensions()