mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Remove unnecessary parentheses
I... forgot to amend that.
This commit is contained in:
@ -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[]
|
||||
{
|
||||
|
Reference in New Issue
Block a user