mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 02:57:25 +08:00
Remove unused assignment
This commit is contained in:
parent
fd78d0440b
commit
7e6e2a7e29
@ -59,7 +59,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
},
|
||||
new HitCircle
|
||||
{
|
||||
StartTime = t += spacing,
|
||||
StartTime = t + spacing,
|
||||
Samples = new[] { new HitSampleInfo(HitSampleInfo.HIT_WHISTLE) },
|
||||
SampleControlPoint = new SampleControlPoint { SampleBank = "soft" },
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user