From f416a99907b862d6b01572726b4e5060c5b977e6 Mon Sep 17 00:00:00 2001 From: "born a rick, raised a morty, died a jerry" Date: Sat, 24 Nov 2018 15:31:08 -0500 Subject: [PATCH] remove unnecessary and unanswered visibility set in cdgraphs --- Themes/Til Death/BGAnimations/_chorddensitygraph.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/Themes/Til Death/BGAnimations/_chorddensitygraph.lua b/Themes/Til Death/BGAnimations/_chorddensitygraph.lua index 80fc8ab849..17da340203 100644 --- a/Themes/Til Death/BGAnimations/_chorddensitygraph.lua +++ b/Themes/Til Death/BGAnimations/_chorddensitygraph.lua @@ -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