From b24f06e1069b0c0a490e956c62ffaad95e64c865 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Mon, 28 Nov 2022 17:07:16 +0900 Subject: [PATCH] comment --- Assets/VRM10_Samples/VRM10Viewer/VRM10Loaded.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Assets/VRM10_Samples/VRM10Viewer/VRM10Loaded.cs b/Assets/VRM10_Samples/VRM10Viewer/VRM10Loaded.cs index 67e740685..861c2e783 100644 --- a/Assets/VRM10_Samples/VRM10Viewer/VRM10Loaded.cs +++ b/Assets/VRM10_Samples/VRM10Viewer/VRM10Loaded.cs @@ -126,7 +126,6 @@ namespace UniVRM10.VRM10Viewer /// /// from v0.104 /// - /// public void UpdateControlRigImplicit(Animator src) { var dst = m_controller.GetComponent(); @@ -160,9 +159,8 @@ namespace UniVRM10.VRM10Viewer } /// - /// from v0.104 + /// from v0.108 /// - /// public void UpdateControlRigImplicit(UniHumanoid.Humanoid src) { var dst = m_controller.GetComponent();