We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a623b commit 1f44daeCopy full SHA for 1f44dae
Themes/Til Death/BGAnimations/_chartpreview.lua
@@ -79,8 +79,11 @@ local t = Def.ActorFrame {
79
end,
80
CurrentSongChangedMessageCommand=function(self)
81
self:GetChild("pausetext"):settext("")
82
+
83
+ end,
84
+ CurrentStepsP1ChangedMessageCommand = function(self)
85
if GAMESTATE:GetCurrentSong() then
- musicratio = GAMESTATE:GetCurrentSong():GetLastSecond() / wodth
86
+ musicratio = GAMESTATE:GetCurrentSteps():GetLengthSeconds() / wodth
87
end
88
89
MouseRightClickMessageCommand=function(self)
0 commit comments