mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Fix TestSceneFruitObjects not displaying all representations
This commit is contained in:
@ -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,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user