Skip to content

Commit

Permalink
force cd graph to update when toggling previews on
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 26, 2018
1 parent 264fb63 commit 869469a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Themes/Til Death/BGAnimations/_chorddensitygraph.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ local t = Def.ActorFrame {
self:queuecommand("GraphUpdate")
end
end,
ChartPreviewOnMessageCommand = function(self)
self:queuecommand("GraphUpdate")
end,
Def.Quad {
Name = "cdbg",
InitCommand = function(self)
Expand Down

0 comments on commit 869469a

Please sign in to comment.