mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:02:53 +08:00
Make method private
This commit is contained in:
parent
1984a9f70d
commit
1426530496
@ -33,7 +33,7 @@ namespace osu.Game.Tests.Visual.Ranking
|
||||
{
|
||||
var score = new TestScoreInfo(new OsuRuleset().RulesetInfo)
|
||||
{
|
||||
HitEvents = CreatePositionDistributedHitEvents()
|
||||
HitEvents = createPositionDistributedHitEvents()
|
||||
};
|
||||
|
||||
loadPanel(score);
|
||||
@ -61,7 +61,7 @@ namespace osu.Game.Tests.Visual.Ranking
|
||||
};
|
||||
});
|
||||
|
||||
public static List<HitEvent> CreatePositionDistributedHitEvents()
|
||||
private static List<HitEvent> createPositionDistributedHitEvents()
|
||||
{
|
||||
var hitEvents = new List<HitEvent>();
|
||||
// Use constant seed for reproducibility
|
||||
|
Loading…
Reference in New Issue
Block a user