From df0b8a24c523ef03b0a62db852c14333fadf5152 Mon Sep 17 00:00:00 2001 From: smoogipoo Date: Mon, 19 Mar 2018 20:21:03 +0900 Subject: [PATCH] Rename + renamespace --- osu.Game.Tests/Visual/TestCaseBeatSnapVisualiser.cs | 5 ++--- osu.Game/Screens/Edit/Screens/Compose/Compose.cs | 1 - .../BeatSnapVisualiser.cs => DrawableBeatDivisor.cs} | 2 +- osu.Game/osu.Game.csproj | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) rename osu.Game/Screens/Edit/Screens/Compose/{BeatSnap/BeatSnapVisualiser.cs => DrawableBeatDivisor.cs} (96%) diff --git a/osu.Game.Tests/Visual/TestCaseBeatSnapVisualiser.cs b/osu.Game.Tests/Visual/TestCaseBeatSnapVisualiser.cs index 632c54ecfd..a17b2328ba 100644 --- a/osu.Game.Tests/Visual/TestCaseBeatSnapVisualiser.cs +++ b/osu.Game.Tests/Visual/TestCaseBeatSnapVisualiser.cs @@ -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 RequiredTypes => new[] { - typeof(BeatSnapVisualiser), - typeof(TickContainer) + typeof(BeatSnapVisualiser) }; [BackgroundDependencyLoader] diff --git a/osu.Game/Screens/Edit/Screens/Compose/Compose.cs b/osu.Game/Screens/Edit/Screens/Compose/Compose.cs index a3098b7712..cd4e0b9c4f 100644 --- a/osu.Game/Screens/Edit/Screens/Compose/Compose.cs +++ b/osu.Game/Screens/Edit/Screens/Compose/Compose.cs @@ -8,7 +8,6 @@ using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Shapes; using osu.Framework.Logging; using osu.Game.Beatmaps; -using osu.Game.Screens.Edit.Screens.Compose.BeatSnap; using osu.Game.Screens.Edit.Screens.Compose.Timeline; namespace osu.Game.Screens.Edit.Screens.Compose diff --git a/osu.Game/Screens/Edit/Screens/Compose/BeatSnap/BeatSnapVisualiser.cs b/osu.Game/Screens/Edit/Screens/Compose/DrawableBeatDivisor.cs similarity index 96% rename from osu.Game/Screens/Edit/Screens/Compose/BeatSnap/BeatSnapVisualiser.cs rename to osu.Game/Screens/Edit/Screens/Compose/DrawableBeatDivisor.cs index 8262c06ba8..5e2601ca50 100644 --- a/osu.Game/Screens/Edit/Screens/Compose/BeatSnap/BeatSnapVisualiser.cs +++ b/osu.Game/Screens/Edit/Screens/Compose/DrawableBeatDivisor.cs @@ -13,7 +13,7 @@ using osu.Game.Graphics.UserInterface; using OpenTK; using OpenTK.Graphics; -namespace osu.Game.Screens.Edit.Screens.Compose.BeatSnap +namespace osu.Game.Screens.Edit.Screens.Compose { public class BeatSnapVisualiser : CompositeDrawable { diff --git a/osu.Game/osu.Game.csproj b/osu.Game/osu.Game.csproj index 75b69fad76..8bdefbfeb5 100644 --- a/osu.Game/osu.Game.csproj +++ b/osu.Game/osu.Game.csproj @@ -380,7 +380,7 @@ - +