mirror of
https://github.com/ppy/osu.git
synced 2025-03-14 05:47:20 +08:00
Revert "Fix mania editor null reference"
This reverts commit 1d023dce
This commit is contained in:
parent
787bfd6bd0
commit
4a93e27e83
@ -18,9 +18,6 @@ namespace osu.Game.Rulesets.Mania.Edit.Blueprints
|
||||
[Resolved]
|
||||
private IScrollingInfo scrollingInfo { get; set; }
|
||||
|
||||
// Overriding the base because this method is called right after `Column` is changed and `DrawableObject` is not yet loaded and Parent is not set.
|
||||
public override Vector2 GetInstantDelta(Vector2 screenSpacePosition) => Parent.ToLocalSpace(screenSpacePosition) - Position;
|
||||
|
||||
protected ManiaSelectionBlueprint(DrawableHitObject drawableObject)
|
||||
: base(drawableObject)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user