mirror of https://github.com/ppy/osu
Extend spinner duration a bit
To allow the times sought to be in the spinner time range
This commit is contained in:
parent
cbfbbf9999
commit
12a02cf6d9
|
@ -84,7 +84,7 @@ private void addSeekStep(double time)
|
|||
new Spinner
|
||||
{
|
||||
Position = new Vector2(256, 192),
|
||||
EndTime = 5000,
|
||||
EndTime = 6000,
|
||||
},
|
||||
// placeholder object to avoid hitting the results screen
|
||||
new HitObject
|
||||
|
|
Loading…
Reference in New Issue