This commit is contained in:
ousttrue 2022-11-28 17:07:16 +09:00
parent 02ea223822
commit b24f06e106

View File

@ -126,7 +126,6 @@ namespace UniVRM10.VRM10Viewer
/// <summary>
/// from v0.104
/// </summary>
/// <param name="src"></param>
public void UpdateControlRigImplicit(Animator src)
{
var dst = m_controller.GetComponent<Animator>();
@ -160,9 +159,8 @@ namespace UniVRM10.VRM10Viewer
}
/// <summary>
/// from v0.104
/// from v0.108
/// </summary>
/// <param name="src"></param>
public void UpdateControlRigImplicit(UniHumanoid.Humanoid src)
{
var dst = m_controller.GetComponent<Animator>();