mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 15:03:13 +08:00
code factor
This commit is contained in:
parent
1fab1db145
commit
214a1c2d7f
@ -26,7 +26,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
|
||||
private readonly BindableList<ScoreInfo> scores = new BindableList<ScoreInfo>();
|
||||
|
||||
private Bindable<bool> configVisibility = new Bindable<bool>();
|
||||
private readonly Bindable<bool> configVisibility = new Bindable<bool>();
|
||||
|
||||
private TestSoloGameplayLeaderboard? testSoloGameplayLeaderboard;
|
||||
|
||||
@ -96,9 +96,11 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
private class TestSoloGameplayLeaderboard : SoloGameplayLeaderboard
|
||||
{
|
||||
public float FlowAlpha => Flow.Alpha;
|
||||
|
||||
public TestSoloGameplayLeaderboard(IUser trackingUser)
|
||||
: base(trackingUser)
|
||||
{ }
|
||||
: base(trackingUser)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user