mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-03-10 07:44:57 +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()
|
private void SetLockMode()
|
||||||
{
|
{
|
||||||
|
if (this == null) return;
|
||||||
|
|
||||||
if (_lockController == null)
|
if (_lockController == null)
|
||||||
{
|
{
|
||||||
_lockController = ArmatureLockController.ForMerge(this, GetBonesForLock);
|
_lockController = ArmatureLockController.ForMerge(this, GetBonesForLock);
|
||||||
|
Loading…
Reference in New Issue
Block a user