mirror of
https://github.com/osukey/osukey.git
synced 2025-06-19 18:27:58 +09:00
Fix all score are highlighted on local scope
This commit is contained in:
parent
ce3b34a768
commit
8da15f6897
@ -179,7 +179,7 @@ namespace osu.Game.Screens.Select.Leaderboards
|
|||||||
return req;
|
return req;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override LeaderboardScore CreateDrawableScore(ScoreInfo model, int index) => new LeaderboardScore(model, index)
|
protected override LeaderboardScore CreateDrawableScore(ScoreInfo model, int index) => new LeaderboardScore(model, index, IsOnlineScope)
|
||||||
{
|
{
|
||||||
Action = () => ScoreSelected?.Invoke(model)
|
Action = () => ScoreSelected?.Invoke(model)
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user