mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Made StackedEndPosition virtual
Done to allow overriding in the other object classes.
This commit is contained in:
@ -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>();
|
||||
|
||||
|
Reference in New Issue
Block a user