1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 19:22:54 +08:00

Merge branch 'gameplay-leaderboard-update' into spectator-driven-leaderboard

This commit is contained in:
Dean Herbert 2020-12-18 17:33:25 +09:00
commit 75c5b99ac5

View File

@ -16,7 +16,6 @@ using osuTK;
using osuTK.Graphics;
namespace osu.Game.Screens.Play.HUD
{
public class GameplayLeaderboardScore : CompositeDrawable, ILeaderboardScore
{