mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-24 13:29:01 +08:00
fix merge miss
This commit is contained in:
parent
c2bca1ec25
commit
92af578211
@ -176,11 +176,10 @@ namespace nadena.dev.modular_avatar.core.editor
|
|||||||
ClonedMenuMappings.Clear();
|
ClonedMenuMappings.Clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
var activator = avatarGameObject.GetComponent<AvatarActivator>();
|
var activator = avatarGameObject.GetComponent<AvatarActivator>();
|
||||||
if (activator != null)
|
if (activator != null)
|
||||||
{
|
{
|
||||||
UnityEngine.Object.DestroyImmediate(activator);
|
UnityEngine.Object.DestroyImmediate(activator);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user