mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 16:32:54 +08:00
add more required types for test slider
This commit is contained in:
parent
5e887240ae
commit
0a2e41884e
@ -27,7 +27,9 @@ namespace osu.Game.Rulesets.Osu.Tests
|
||||
typeof(HitCircle),
|
||||
typeof(OsuModHidden),
|
||||
typeof(DrawableSlider),
|
||||
typeof(DrawableHitCircle)
|
||||
typeof(DrawableHitCircle),
|
||||
typeof(DrawableSliderTick),
|
||||
typeof(DrawableRepeatPoint)
|
||||
};
|
||||
|
||||
private readonly Container content;
|
||||
|
Loading…
Reference in New Issue
Block a user