Update usage of the DismissableFlag

This commit is contained in:
Andrei Zavatski
2019-09-12 19:34:58 +03:00
parent 0142fcd07a
commit 99fc13b4d8
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ namespace osu.Game.Tests.Visual.Online
{
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(HeaderFlag),
typeof(DismissableFlag),
typeof(HeaderTitle),
};