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();