Skip to content

Commit

Permalink
Update msd.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace authored Dec 25, 2016
1 parent 5cc98e4 commit 8557c48
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ t[#t+1] = LoadFont("Common Large") .. {
BeginCommand=function(self)
self:settext(getCurRateDisplayString())
end,
CurrentRateChangedCommand=function(self)
self:settext(getCurRateDisplayString())
end
}

--Difficulty
Expand Down

0 comments on commit 8557c48

Please sign in to comment.