Skip to content

Commit

Permalink
fix theme errors due to typos
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 24, 2018
1 parent 0bba0c6 commit 1e21ae0
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -352,7 +352,8 @@ local l =
local overall = score:GetSkillsetSSR("Overall")
self:settextf("%.2f", overall):diffuse(byMSD(overall))
end
},
end
},
LoadFont("Common Normal") ..
{
Name = "Score",
Expand Down Expand Up @@ -380,7 +381,7 @@ local l =
self:settext(getClearTypeFromScore(pn, score, 0))
self:diffuse(getClearTypeFromScore(pn, score, 2))
end
},rtLeaderboard callbacks
},
LoadFont("Common Normal") ..
{
Name = "Combo",
Expand Down

0 comments on commit 1e21ae0

Please sign in to comment.