Skip to content

Commit

Permalink
remove unnecessary and unanswered visibility set in cdgraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 24, 2018
1 parent 5f83ccd commit f416a99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Themes/Til Death/BGAnimations/_chorddensitygraph.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ local function updateGraphMultiVertex(parent, realgraph)
-- reset everything if theres nothing to show
realgraph:SetVertices({})
realgraph:SetDrawState( {Mode = "DrawMode_Quads", First = 0, Num = 0} )
realgraph:visible(false)
return
end

Expand Down

0 comments on commit f416a99

Please sign in to comment.