diff --git a/Assets/VRM10/Runtime/Components/Vrm10Runtime/Vrm10RuntimeExpression.cs b/Assets/VRM10/Runtime/Components/Vrm10Runtime/Vrm10RuntimeExpression.cs index 4082f8b89..d2199b2fb 100644 --- a/Assets/VRM10/Runtime/Components/Vrm10Runtime/Vrm10RuntimeExpression.cs +++ b/Assets/VRM10/Runtime/Components/Vrm10Runtime/Vrm10RuntimeExpression.cs @@ -98,7 +98,6 @@ namespace UniVRM10 _inputWeights[expressionKey] = weight; } } - Apply(); } public void SetWeightsNonAlloc(Dictionary weights) @@ -110,7 +109,6 @@ namespace UniVRM10 _inputWeights[expressionKey] = weight; } } - Apply(); } public void SetWeight(ExpressionKey expressionKey, float weight) @@ -119,7 +117,6 @@ namespace UniVRM10 { _inputWeights[expressionKey] = weight; } - Apply(); } ///