diff --git a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua index 752ac135aa..301feb4e55 100644 --- a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua +++ b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua @@ -333,9 +333,14 @@ t[#t+1] = LoadFont("Common Large") .. { end, SetCommand=function(self) if song then + if GAMESTATE:GetCurrentStyle():ColumnsPerPlayer() == 4 then local meter = steps:GetMSD(getCurRateValue(), 1) self:settextf("%05.2f",meter) self:diffuse(byMSD(meter)) + else + self:settextf("%5.2f",steps:GetMeter()) + self:diffuse(byDifficulty(steps:GetDifficulty())) + end else self:settext("") end