Fix bug where physbone blocker would skip every other xform

This commit is contained in:
bd_ 2022-11-30 13:01:47 -08:00
parent e58ffbf3a3
commit 65ea7e6434

View File

@ -55,7 +55,6 @@ namespace nadena.dev.modular_avatar.core.editor
}
parent.Add(tip.transform);
node = node.parent;
}
}