Skip to content

Commit

Permalink
rename color function ByMSD to byMSD for consistency's sake
Browse files Browse the repository at this point in the history
now's as good as time as any
  • Loading branch information
MinaciousGrace committed Jul 16, 2018
1 parent a162f37 commit 5075df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Themes/Til Death/Scripts/01 color_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function byGrade(grade)
end

-- Colorized stuff
function ByMSD(x)
function byMSD(x)
if x then
return HSV(math.max(95 - (x/40)*150, -50), 0.9, 0.9)
end
Expand Down

0 comments on commit 5075df2

Please sign in to comment.