mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix pulp and use relative sizse
This commit is contained in:
@ -27,8 +27,7 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawables
|
||||
|
||||
InternalChild = new Pulp
|
||||
{
|
||||
// RelativeSizeAxes is not used since the edge effect uses Size.
|
||||
Size = Size,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
AccentColour = { BindTarget = drawableObject.AccentColour }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user