Skip to content

Commit

Permalink
fix scoretab not updating properly when tabs are swtiched
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 24, 2018
1 parent 1e21ae0 commit 8a5dbba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8a5dbba

Please sign in to comment.