Skip to content

Commit

Permalink
Fix rare nil reference to TNS_None for error bar coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Nov 5, 2019
1 parent 3e3c88b commit bdca4ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ local jcT = {} -- A "T" following a variable name will designate an object of ty
for i = 1, #jcKeys do
jcT[jcKeys[i]] = byJudgment(jcKeys[i])
end
jcT["TapNoteScore_None"] = color("1,1,1,1")

local jdgT = {
-- Table of judgments for the judgecounter
Expand Down

0 comments on commit bdca4ea

Please sign in to comment.