mirror of
https://github.com/ppy/osu
synced 2025-02-22 13:37:08 +00:00
Merge pull request #15079 from smoogipoo/fix-spinner-tests
Fix another spinner test failure
This commit is contained in:
commit
5edc98a6ae
@ -45,8 +45,8 @@ namespace osu.Game.Rulesets.Osu.Tests.Mods
|
||||
{
|
||||
new Spinner
|
||||
{
|
||||
Duration = 2000,
|
||||
Position = OsuPlayfield.BASE_SIZE / 2
|
||||
Duration = 6000,
|
||||
Position = OsuPlayfield.BASE_SIZE / 2,
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user