Extend spinner duration a bit

To allow the times sought to be in the spinner time range
This commit is contained in:
Salman Ahmed 2019-12-18 03:07:06 +03:00
parent cbfbbf9999
commit 12a02cf6d9
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ private void addSeekStep(double time)
new Spinner new Spinner
{ {
Position = new Vector2(256, 192), Position = new Vector2(256, 192),
EndTime = 5000, EndTime = 6000,
}, },
// placeholder object to avoid hitting the results screen // placeholder object to avoid hitting the results screen
new HitObject new HitObject