Skip to content

Commit

Permalink
THE GOGGLES. THEY DO NOTHING.
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Apr 23, 2020
1 parent 255ad93 commit 6c5c60b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Themes/Til Death/BGAnimations/_calcdisplay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ local function updateCoolStuff()
end
if steps then
--ssrs = getGraphForSteps(steps) // maybe add back the new wrapper

lowerGraphMax = 0
local bap = steps:GetCalcDebugOutput()

-- loop through types of debug output
Expand All @@ -178,7 +178,6 @@ local function updateCoolStuff()
graphVecs[v[i]] = {}
for h = 1, 2 do -- left/right hand loop
graphVecs[v[i]][h] = bap[k][v[i]][h]

if k == "CalcDiffValue" then
for j = 1, #graphVecs[v[i]][h] do
local val = graphVecs[v[i]][h][j]
Expand Down Expand Up @@ -641,7 +640,7 @@ o[#o+1] = makeskillsetlabeltext((#CalcDebugTypes["CalcPatternMod"] * 2) + 2, "St
o[#o+1] = topGraphLine("base_line", modColors[14]) -- super hack to make 1.0 value indicator line

for i, mod in pairs(CalcDebugTypes["CalcDiffValue"]) do
if i > 2 then -- cut out the base stuff atm cause noise
if i == 2 or i == 4 then -- these are the most interesting ones atm
o[#o+1] = bottomGraphLineMSD(mod, skillsetColors[(i * 2) - 1], 1)
o[#o+1] = bottomGraphLineMSD(mod, skillsetColors[i * 2], 2)
end
Expand Down

0 comments on commit 6c5c60b

Please sign in to comment.