Skip to content

Commit

Permalink
Fix Playlists not resetting visual stats when switching songs
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Dec 8, 2019
1 parent 9325131 commit d505933
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ local t =
Notefield = screen:GetChild("PlayerP1"):GetChild("NoteField")
Notefield:addy(MovableValues.NotefieldY * (usingReverse and 1 or -1))
end
-- update all stats in gameplay (as if it was a reset) when loading a new song
-- particularly for playlists
self:playcommand("PracticeModeReset")
end,
JudgmentMessageCommand = function(self, msg)
tDiff = msg.WifeDifferential
Expand Down

0 comments on commit d505933

Please sign in to comment.