Skip to content

Commit

Permalink
fix leaderboard percent grade diffuse
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 13, 2018
1 parent d116c02 commit 28d63b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function scoreEntry(i)
addLabel(
"wife",
function(self, hs)
self:settextf("%05.2f%%", hs:GetWifeScore() * 100):diffuse(byGrade(hs:GetWifeGrade()))
self:settextf("%05.2f%%", hs:GetWifeScore() * 100):diffuse(byGrade(GetGradeFromPercent(hs:GetWifeScore())))
end,
1.8 * WIDTH
)
Expand Down

0 comments on commit 28d63b5

Please sign in to comment.