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