Add failing test case

This commit is contained in:
Salman Ahmed
2022-03-02 20:32:03 +03:00
parent c197e27e33
commit e14a35b469
3 changed files with 78 additions and 67 deletions

View File

@ -26,9 +26,6 @@ namespace osu.Game.Tests.Visual
public new DrawableRuleset DrawableRuleset => base.DrawableRuleset;
/// <summary>
/// Mods from *player* (not OsuScreen).
/// </summary>
public new Bindable<IReadOnlyList<Mod>> Mods => base.Mods;
public new HUDOverlay HUDOverlay => base.HUDOverlay;