mirror of
https://github.com/ppy/osu
synced 2025-01-01 20:02:14 +00: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