Skip to content

Commit

Permalink
不要。AddComponent のところで処理済み。
Browse files Browse the repository at this point in the history
  • Loading branch information
ousttrue committed Oct 16, 2024
1 parent 6402d55 commit d917735
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@ async Task RegisterAsync(IAwaitCaller awaitCaller)

public void ReconstructSpringBone()
{
var disposer = m_vrm.gameObject.GetComponent<FastSpringBoneDisposer>();
Unregister();
var task = RegisterAsync(new ImmediateCaller());
var _ = RegisterAsync(new ImmediateCaller());
}

public void RestoreInitialTransform()
Expand Down

0 comments on commit d917735

Please sign in to comment.