Change anchors in line with new ScrollingPlayfield implementation

(cherry picked from commit 079827d)
This commit is contained in:
Dean Herbert
2018-01-11 13:41:50 +09:00
parent 3b929ffd21
commit 9e3091bfe9
2 changed files with 5 additions and 11 deletions

View File

@ -42,7 +42,7 @@ namespace osu.Game.Rulesets.Catch.Tests
}
};
beatmap.HitObjects.Add(new BananaShower { StartTime = 200, Duration = 10000, NewCombo = true });
beatmap.HitObjects.Add(new BananaShower { StartTime = 200, Duration = 500, NewCombo = true });
return beatmap;
}