Fix post-merge errors

This commit is contained in:
smoogipoo
2018-11-26 11:47:48 +09:00
parent c0fcbc283e
commit 60ffad169f
3 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,6 @@ namespace osu.Game.Rulesets.Mania.Edit.Blueprints
Position = Parent.ToLocalSpace(HitObject.ToScreenSpace(Vector2.Zero));
}
}
public override void Show()
{
@ -54,5 +53,6 @@ namespace osu.Game.Rulesets.Mania.Edit.Blueprints
{
HitObject.AlwaysAlive = false;
base.Hide();
}
}
}