Rename + renamespace

This commit is contained in:
smoogipoo
2018-03-19 20:21:03 +09:00
parent 879dbc75b5
commit df0b8a24c5
4 changed files with 4 additions and 6 deletions

View File

@ -5,7 +5,7 @@ using System;
using System.Collections.Generic;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Game.Screens.Edit.Screens.Compose.BeatSnap;
using osu.Game.Screens.Edit.Screens.Compose;
using OpenTK;
namespace osu.Game.Tests.Visual
@ -14,8 +14,7 @@ namespace osu.Game.Tests.Visual
{
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(BeatSnapVisualiser),
typeof(TickContainer)
typeof(BeatSnapVisualiser)
};
[BackgroundDependencyLoader]