Skip to content

Commit

Permalink
Update SnailMarker3AnimationCreatorEditor.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
chibiskuld authored Feb 3, 2021
1 parent 3f8c246 commit 0bb2f00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ private void ShowMenuFoldout(VRCExpressionsMenu menu, string title)
{
newParams[i] = expressionParams.parameters[i];
}

newParams[expressionParams.parameters.Length] = new VRCExpressionParameters.Parameter();
expressionParams.parameters = newParams;
EditorUtility.SetDirty(expressionParams);
}
Expand Down

0 comments on commit 0bb2f00

Please sign in to comment.