mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 21:43:22 +08:00
Fix TestSceneFruitObjects not displaying all representations
This commit is contained in:
parent
c68309ac4f
commit
0325f30e01
@ -58,13 +58,13 @@ namespace osu.Game.Rulesets.Catch.Tests
|
||||
? new Banana
|
||||
{
|
||||
StartTime = 1000000000000,
|
||||
IndexInBeatmap = index,
|
||||
ComboIndex = index,
|
||||
Scale = 1.5f,
|
||||
}
|
||||
: new Fruit
|
||||
{
|
||||
StartTime = 1000000000000,
|
||||
IndexInBeatmap = index,
|
||||
ComboIndex = index,
|
||||
Scale = 1.5f,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user