Skip to content

Commit

Permalink
fix display error in calcdebug due to enum stuff
Browse files Browse the repository at this point in the history
asddsfsdfasdfa
  • Loading branch information
poco0317 committed Jul 6, 2020
1 parent df361ea commit bc1f997
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Themes/Til Death/BGAnimations/_calcdisplay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -691,8 +691,8 @@ local modnames = {
--"ohjcctr",
--"ohjhtl",
--"ohjhtr",
--"cjohjl",
--"cjohjr",
"cjohjl",
"cjohjr",
--"cjohjpcl",
--"cjohjpcr",
--"cjohjscl",
Expand Down Expand Up @@ -798,8 +798,8 @@ local modColors = {
--color("1,1,1"),
--color("1,1,1"), -- ohjht
--color("1,1,1"),
--color("1,0.4,0"), -- orange2 = cjohj left
--color("1,0.4,0"), -- orange2 (right)
color("1,0.4,0"), -- orange2 = cjohj left
color("1,0.4,0"), -- orange2 (right)
--color("1,1,1"), -- cjohjpc
--color("1,1,1"),
--color("1,1,1"), -- cjohjsc
Expand Down

0 comments on commit bc1f997

Please sign in to comment.