mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Extend spinner duration a bit
To allow the times sought to be in the spinner time range
This commit is contained in:
@ -84,7 +84,7 @@ namespace osu.Game.Rulesets.Osu.Tests
|
|||||||
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
|
||||||
|
Reference in New Issue
Block a user