1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 21:15:31 +08:00

Merge pull request #34836 from bdach/online-lookups-on-reenter

Fix song select not performing online lookup on re-enter
This commit is contained in:
Dean Herbert
2025-08-29 21:21:34 +09:00
committed by GitHub
Unverified
+1
View File
@@ -653,6 +653,7 @@ namespace osu.Game.Screens.SelectV2
ensurePlayingSelected();
updateBackgroundDim();
fetchOnlineInfo();
}
private void onLeavingScreen()