Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Narazaka committed Mar 30, 2024
1 parent abe0bcc commit 9460acd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public AvatarMenuCreatorBaseParameterProvider(AvatarMenuCreatorBase c)
Menu = c;
}

public IEnumerable<ProvidedParameter> GetSuppliedParameters([AllowNull] BuildContext context = null)
public IEnumerable<ProvidedParameter> GetSuppliedParameters(BuildContext context = null)
{
return Menu.GetParameterNameAndTypes().Select(p =>
new ProvidedParameter(p.name, ParameterNamespace.Animator, Menu, AvatarMenuCreatorPlugin.Instance, p.valueType.ToAnimatorControllerParameterType())
Expand Down

0 comments on commit 9460acd

Please sign in to comment.