fix
This commit is contained in:
@@ -138,7 +138,10 @@ namespace Ichni.Editor
|
||||
{
|
||||
for (int i = 0; i < gameElement.childElementList.Count; i++)
|
||||
{
|
||||
AffiliatedPaste(gameElement.childElementList[i], pastedElement);
|
||||
if (!pastedElementList.Contains(gameElement.childElementList[i]))
|
||||
{
|
||||
AffiliatedPaste(gameElement.childElementList[i], pastedElement);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user