Skip to content

Commit 9565f2f

Browse files
committed
Fix CDGraphs not drawing when changing songs quickly
or unexpectedly fixes #621
1 parent 7bc619f commit 9565f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Themes/Til Death/BGAnimations/_chorddensitygraph.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ local t = Def.ActorFrame {
9797
self:diffusealpha(0)
9898
end,
9999
DelayedChartUpdateMessageCommand = function(self)
100-
self:queuecommand("GraphUpdate")
100+
self:playcommand("GraphUpdate")
101101
end,
102102
CurrentRateChangedMessageCommand = function(self)
103103
if self:IsVisible() then

0 commit comments

Comments
 (0)