1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 05:59:53 +08:00

Fix multiplayer position display not hiding on user change

This commit is contained in:
Bartłomiej Dach
2025-05-13 11:44:05 +02:00
Unverified
parent 79f88528ae
commit 1d3f4ac02b
@@ -141,6 +141,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
else
position.Value = null;
updateVisibility();
updatePosition();
}