chore: fix error when entering play mode

This commit is contained in:
bd_ 2023-09-24 17:16:23 +09:00
parent af737379f8
commit 90615dc04e

View File

@ -77,6 +77,8 @@ namespace nadena.dev.modular_avatar.core
private void SetLockMode()
{
if (this == null) return;
if (_lockController == null)
{
_lockController = ArmatureLockController.ForMerge(this, GetBonesForLock);