1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 04:02:59 +08:00

add more required types for test slider

This commit is contained in:
Aergwyn 2017-12-29 20:01:26 +01:00
parent 5e887240ae
commit 0a2e41884e

View File

@ -27,7 +27,9 @@ namespace osu.Game.Rulesets.Osu.Tests
typeof(HitCircle), typeof(HitCircle),
typeof(OsuModHidden), typeof(OsuModHidden),
typeof(DrawableSlider), typeof(DrawableSlider),
typeof(DrawableHitCircle) typeof(DrawableHitCircle),
typeof(DrawableSliderTick),
typeof(DrawableRepeatPoint)
}; };
private readonly Container content; private readonly Container content;