mirror of
https://github.com/ppy/osu
synced 2025-02-20 04:17:06 +00:00
Update framework + fix CI errors
This commit is contained in:
parent
c9e4a07e12
commit
0dce7a5b61
@ -1 +1 @@
|
|||||||
Subproject commit 02d7a0fa4798d197cd08570ee48951edbb7c7860
|
Subproject commit f1751c27ffe2c5febece74129368596b5ad3a4e2
|
@ -83,7 +83,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
|||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
RelativeSizeAxes = Axes.Y,
|
RelativeSizeAxes = Axes.Y,
|
||||||
Children = new Drawable[]
|
Children = new[]
|
||||||
{
|
{
|
||||||
Background = new SpinnerBackground
|
Background = new SpinnerBackground
|
||||||
{
|
{
|
||||||
|
@ -46,7 +46,7 @@ namespace osu.Game.Screens.Edit.Screens.Compose.Layers
|
|||||||
var dragLayer = new DragLayer(maskContainer.Select);
|
var dragLayer = new DragLayer(maskContainer.Select);
|
||||||
dragLayer.DragEnd += () => maskSelection.UpdateVisibility();
|
dragLayer.DragEnd += () => maskSelection.UpdateVisibility();
|
||||||
|
|
||||||
InternalChildren = new Drawable[]
|
InternalChildren = new[]
|
||||||
{
|
{
|
||||||
dragLayer,
|
dragLayer,
|
||||||
maskSelection,
|
maskSelection,
|
||||||
|
Loading…
Reference in New Issue
Block a user