mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:07:52 +08:00
Remove unnecessary parentheses
I... forgot to amend that.
This commit is contained in:
parent
523c154f15
commit
20adfabc97
@ -137,7 +137,7 @@ namespace osu.Game.Rulesets.Osu.Tests
|
||||
{
|
||||
var hitObject = i % 2 == 0
|
||||
? (OsuHitObject)new HitCircle()
|
||||
: new Slider()
|
||||
: new Slider
|
||||
{
|
||||
Path = new SliderPath(new[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user