From 3068fa1a620c04e0bde7d464ca225a4eb75c8d01 Mon Sep 17 00:00:00 2001 From: Nabile Rahmani Date: Thu, 16 Feb 2017 11:30:31 +0100 Subject: [PATCH] Namespace does not correspond to file location. --- osu-framework | 2 +- osu.Game.Modes.Osu/Objects/Drawables/Pieces/SliderBody.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osu-framework b/osu-framework index a766d283f4..7a0fb64b3d 160000 --- a/osu-framework +++ b/osu-framework @@ -1 +1 @@ -Subproject commit a766d283f4d628736db784001cc1f11d065cab9d +Subproject commit 7a0fb64b3dc46651113c1b15bfec8e941e97a146 diff --git a/osu.Game.Modes.Osu/Objects/Drawables/Pieces/SliderBody.cs b/osu.Game.Modes.Osu/Objects/Drawables/Pieces/SliderBody.cs index 173bf2c060..7f7d558294 100644 --- a/osu.Game.Modes.Osu/Objects/Drawables/Pieces/SliderBody.cs +++ b/osu.Game.Modes.Osu/Objects/Drawables/Pieces/SliderBody.cs @@ -8,7 +8,7 @@ using osu.Framework.Configuration; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.OpenGL.Textures; -using osu.Framework.Graphics.Sprites; +using osu.Framework.Graphics.Lines; using osu.Framework.Graphics.Textures; using osu.Game.Configuration; using OpenTK;