mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:32:57 +08:00
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 @@ namespace osu.Game.Rulesets.Osu.Tests
|
||||
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
Block a user