1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 02:21:17 +08:00

Add missing last sample playback update

This commit is contained in:
Jamie Taylor
2025-06-12 15:45:28 +09:00
Unverified
parent b729091244
commit 2b0f1bfc4b
@@ -76,6 +76,8 @@ namespace osu.Game.Screens.Play.HUD
rankUpSample.Play();
else
rankDownSample.Play();
lastSamplePlaybackTime.Value = Time.Current;
}
rankDisplay.Rank = r.NewValue;