Fix Animator Removal constructor actually needs to be public:
- Animator Removal is used exclusively by destructive workflow extensions.
This commit is contained in:
@@ -713,7 +713,7 @@ namespace AnimatorAsCode.V1
|
|||||||
{
|
{
|
||||||
private readonly AnimatorController _animatorController;
|
private readonly AnimatorController _animatorController;
|
||||||
|
|
||||||
internal AacAnimatorRemoval(AnimatorController animatorController)
|
[PublicAPI] public AacAnimatorRemoval(AnimatorController animatorController)
|
||||||
{
|
{
|
||||||
_animatorController = animatorController;
|
_animatorController = animatorController;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user