1
0
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:
Dean Herbert 2021-08-25 17:39:06 +09:00
parent fd78d0440b
commit 7e6e2a7e29

View File

@ -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" },
},