mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 20:53:00 +08:00
Made StackedEndPosition virtual
Done to allow overriding in the other object classes.
This commit is contained in:
parent
386910ca2e
commit
861cd4852a
@ -49,7 +49,7 @@ namespace osu.Game.Rulesets.Osu.Objects
|
||||
|
||||
public virtual Vector2 EndPosition => Position;
|
||||
|
||||
public Vector2 StackedEndPosition => EndPosition + StackOffset;
|
||||
public virtual Vector2 StackedEndPosition => EndPosition + StackOffset;
|
||||
|
||||
public readonly Bindable<int> StackHeightBindable = new Bindable<int>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user