Skip to content

Commit

Permalink
fix improper parenthesis on 1x and 2x rate select for scores
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Dec 28, 2016
1 parent 91d2c68 commit 15c4faa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ t[#t+1] = Def.ActorFrame{
SetCommand=function(self)
if song and score then
local rate = getRate(score)
if getCurRateString() ~= rate then
if getCurRateString() ~= rate and getCurRateString() ~= "1x" and getCurRateString() ~= "2x" then
self:settext("("..rate..")")
else
self:settext(rate)
Expand Down

0 comments on commit 15c4faa

Please sign in to comment.