mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 09:27:18 +09:00
Rename double-container variable name
This commit is contained in:
parent
d1a9b88fe7
commit
f95e753adb
@ -42,7 +42,7 @@ namespace osu.Game.Skinning.Editor
|
|||||||
|
|
||||||
private bool hasBegunMutating;
|
private bool hasBegunMutating;
|
||||||
|
|
||||||
private Container blueprintContainerContainer;
|
private Container content;
|
||||||
|
|
||||||
public SkinEditor(Drawable targetScreen)
|
public SkinEditor(Drawable targetScreen)
|
||||||
{
|
{
|
||||||
@ -115,7 +115,7 @@ namespace osu.Game.Skinning.Editor
|
|||||||
Origin = Anchor.CentreLeft,
|
Origin = Anchor.CentreLeft,
|
||||||
RequestPlacement = placeComponent
|
RequestPlacement = placeComponent
|
||||||
},
|
},
|
||||||
blueprintContainerContainer = new Container
|
content = new Container
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
},
|
},
|
||||||
@ -153,7 +153,7 @@ namespace osu.Game.Skinning.Editor
|
|||||||
|
|
||||||
void loadBlueprintContainer()
|
void loadBlueprintContainer()
|
||||||
{
|
{
|
||||||
blueprintContainerContainer.Children = new Drawable[]
|
content.Children = new Drawable[]
|
||||||
{
|
{
|
||||||
new SkinBlueprintContainer(targetScreen),
|
new SkinBlueprintContainer(targetScreen),
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user