mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-03-09 23:34:56 +08:00
chore: fix error when entering play mode
This commit is contained in:
parent
af737379f8
commit
90615dc04e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user