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 2726864 commit d7e77d3Copy full SHA for d7e77d3
Themes/Til Death/BGAnimations/ScreenGameplay overlay/WifeJudgmentSpotting.lua
@@ -689,9 +689,9 @@ local replaySlider =
689
Widg.SliderBase {
690
width = width,
691
height = height,
692
- min = 0,
+ min = GAMESTATE:GetCurrentSong():GetFirstSecond(),
693
visible = true,
694
- max = GAMESTATE:GetCurrentSong():MusicLengthSeconds(),
+ max = GAMESTATE:GetCurrentSong():GetLastSecond(),
695
onInit = function(slider)
696
slider.actor:diffusealpha(0)
697
end,
0 commit comments