mirror of
https://github.com/ppy/osu
synced 2024-12-16 11:56:31 +00:00
Merge branch 'skin-editor-target-other-containers' into skin-component-settings
This commit is contained in:
commit
0a1e55e4eb
@ -171,7 +171,12 @@ namespace osu.Game.Skinning.Editor
|
||||
|
||||
private void placeComponent(Type type)
|
||||
{
|
||||
var targetContainer = getTarget(SkinnableTarget.MainHUDComponents);
|
||||
var target = availableTargets.FirstOrDefault()?.Target;
|
||||
|
||||
if (target == null)
|
||||
return;
|
||||
|
||||
var targetContainer = getTarget(target.Value);
|
||||
|
||||
if (targetContainer == null)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user