From d4670fc64e194ca8b03a3d13a93082cb484e8888 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Mon, 5 Dec 2016 18:34:40 +0900 Subject: [PATCH] Update framework. --- osu-framework | 2 +- osu.Game.Mode.Osu/Objects/Drawables/HitExplosion.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/osu-framework b/osu-framework index 7b2f4dfce7..8dbc789266 160000 --- a/osu-framework +++ b/osu-framework @@ -1 +1 @@ -Subproject commit 7b2f4dfce7894ca7dea7626dcc34bcc32df651b9 +Subproject commit 8dbc789266c1bc3e46e364be824d69bcfac74e83 diff --git a/osu.Game.Mode.Osu/Objects/Drawables/HitExplosion.cs b/osu.Game.Mode.Osu/Objects/Drawables/HitExplosion.cs index a0ab68fa99..43a8aa1f92 100644 --- a/osu.Game.Mode.Osu/Objects/Drawables/HitExplosion.cs +++ b/osu.Game.Mode.Osu/Objects/Drawables/HitExplosion.cs @@ -44,8 +44,8 @@ namespace osu.Game.Modes.Osu.Objects.Drawables protected override void LoadComplete() { base.LoadComplete(); - line1.TransformSpacingTo(14, 1800, EasingTypes.OutQuint); - line2.TransformSpacingTo(14, 1800, EasingTypes.OutQuint); + line1.TransformSpacingTo(new Vector2(14, 0), 1800, EasingTypes.OutQuint); + line2.TransformSpacingTo(new Vector2(14, 0), 1800, EasingTypes.OutQuint); } } } \ No newline at end of file