Fix TestSceneFruitObjects not displaying all representations

This commit is contained in:
Dean Herbert 2020-02-17 16:40:18 +09:00
parent c68309ac4f
commit 0325f30e01
1 changed files with 2 additions and 2 deletions

View File

@ -58,13 +58,13 @@ private DrawableFruit createDrawable(int index)
? new Banana
{
StartTime = 1000000000000,
IndexInBeatmap = index,
ComboIndex = index,
Scale = 1.5f,
}
: new Fruit
{
StartTime = 1000000000000,
IndexInBeatmap = index,
ComboIndex = index,
Scale = 1.5f,
};