1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 21:23:04 +08:00

Merge branch 'multiplayer-spectator-leaderboard' into multiplayer-spectator-screen

This commit is contained in:
smoogipoo 2021-04-09 18:42:04 +09:00
commit f8dfb9544b

View File

@ -22,7 +22,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
public void AddClock(int userId, IClock source) => trackedData[userId] = new TrackedUserData(source);
public void RemoveClock(int userId, IClock source) => trackedData.Remove(userId);
public void RemoveClock(int userId) => trackedData.Remove(userId);
protected override void OnIncomingFrames(int userId, FrameDataBundle bundle)
{