Skip to content

Commit

Permalink
properly format bpm strings for single bpm files
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jul 19, 2018
1 parent a94a749 commit 5b7e49d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ t[#t+1] = Def.ActorFrame{
self:SetUpdateFunction(UpdateBPM)
self:SetUpdateRate(0.5)
else
settext(BPM,Round(GetBPS(a) * r,2))
BPM:settextf("%5.2f",GetBPS(a) * r) -- i wasn't thinking when i did this, we don't need to avoid formatting for performance because we only call this once -mina
end
end,
LoadFont("Common Normal")..{
Expand Down

0 comments on commit 5b7e49d

Please sign in to comment.