diff --git a/Runtime/ArmatureAwase/ArmatureLockOperator.cs b/Runtime/ArmatureAwase/ArmatureLockOperator.cs index b4e113d1..510d0cf3 100644 --- a/Runtime/ArmatureAwase/ArmatureLockOperator.cs +++ b/Runtime/ArmatureAwase/ArmatureLockOperator.cs @@ -212,7 +212,7 @@ namespace nadena.dev.modular_avatar.core.armature_lock { // Initial setup failed; roll things back job.IsValid = false; - RemoveJob(job); + job.Dispose(); } }