From 8a5dbbaaaea86b3ae5cbeeece92973a93adc4807 Mon Sep 17 00:00:00 2001 From: "born a rick, raised a morty, died a jerry" Date: Sat, 24 Nov 2018 15:17:27 -0500 Subject: [PATCH] fix scoretab not updating properly when tabs are swtiched --- .../BGAnimations/ScreenSelectMusic decorations/score.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/score.lua b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/score.lua index abcc07938b..c344eea749 100644 --- a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/score.lua +++ b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/score.lua @@ -225,7 +225,7 @@ local t = BeginCommand = function(self) SCREENMAN:GetTopScreen():AddInputCallback(input) end, - SetCommand = function(self) + OnCommand = function(self) if nestedTab == 1 and self:GetVisible() then if GAMESTATE:GetCurrentSong() ~= nil then rtTable = getRateTable()