Merge branch 'master' into snapping-refactor

This commit is contained in:
Dean Herbert
2019-10-26 14:20:08 +09:00
committed by GitHub
12 changed files with 490 additions and 132 deletions

View File

@ -22,7 +22,8 @@ namespace osu.Game.Tests.Visual.Online
typeof(HeaderButton),
typeof(SortTabControl),
typeof(ShowChildrenButton),
typeof(DeletedChildrenPlaceholder)
typeof(DeletedChildrenPlaceholder),
typeof(VotePill)
};
protected override bool UseOnlineAPI => true;