Make test more useful

(cherry picked from commit 5985115)
This commit is contained in:
Dean Herbert 2018-01-10 19:18:03 +09:00
parent 26fedd7e61
commit 3b929ffd21

View File

@ -42,8 +42,7 @@ namespace osu.Game.Rulesets.Catch.Tests
}
};
for (int i = 0; i < 10; i++)
beatmap.HitObjects.Add(new BananaShower { StartTime = i * 1200, Duration = 1000, NewCombo = i % 2 == 0 });
beatmap.HitObjects.Add(new BananaShower { StartTime = 200, Duration = 10000, NewCombo = true });
return beatmap;
}