Merge branch 'master' into pool-scrolling

This commit is contained in:
ekrctb
2020-11-27 13:12:05 +09:00
52 changed files with 542 additions and 372 deletions

View File

@ -261,9 +261,9 @@ namespace osu.Game.Tests.Visual.Gameplay
});
}
protected override void OnApply(HitObject hitObject)
protected override void OnApply()
{
base.OnApply(hitObject);
base.OnApply();
Position = new Vector2(RNG.Next(-200, 200), RNG.Next(-200, 200));
}