Privatise tick to TickContainer

This commit is contained in:
smoogipoo
2018-03-19 19:52:17 +09:00
parent 7182442b21
commit 070db63157
4 changed files with 23 additions and 35 deletions

View File

@ -14,7 +14,6 @@ namespace osu.Game.Tests.Visual
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(BeatSnapVisualiser),
typeof(Tick),
typeof(TickContainer)
};