mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 12:02:55 +08:00
Remove redundant constructors
This commit is contained in:
parent
2e375a9186
commit
87717dcf9e
@ -40,12 +40,12 @@ namespace osu.Game.Tests.Visual
|
||||
{
|
||||
HitObjects =
|
||||
{
|
||||
new HitCircle()
|
||||
new HitCircle
|
||||
{
|
||||
StartTime = 3000,
|
||||
Position = new Vector2(0, 0),
|
||||
},
|
||||
new HitCircle()
|
||||
new HitCircle
|
||||
{
|
||||
StartTime = 15000,
|
||||
Position = new Vector2(0, 0),
|
||||
|
Loading…
Reference in New Issue
Block a user