Skip to content

Commit

Permalink
display current best in the goal tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Apr 30, 2017
1 parent 869bc14 commit de4e192
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ local function makescoregoal(i)
SetCommand=function(self)
if update then
if sg then
self:settextf("%5.f%% (Best: -)", sg:GetPercent())
self:settextf("%5.f%% (Best: %5.2f)", sg:GetPercent(), profile:GetPBWifeScoreByKey(ck, sg:GetRate()) * 100)
self:visible(true)
else
self:visible(false)
Expand Down

0 comments on commit de4e192

Please sign in to comment.