1
0
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:
David Zhao 2019-02-19 19:57:55 +09:00
parent 2e375a9186
commit 87717dcf9e

View File

@ -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),