1
0
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:
Bartłomiej Dach 2020-11-11 22:41:25 +01:00
parent 1984a9f70d
commit 1426530496

View File

@ -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