From 26a51061b03118d9315eac97fdf1d1b83007f56f Mon Sep 17 00:00:00 2001 From: Jingcheng Date: Sun, 26 Jun 2022 21:26:40 +0800 Subject: [PATCH] Update VA_AnimatorSystem.cs --- Runtime/Scripts/VA_AnimatorSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/Scripts/VA_AnimatorSystem.cs b/Runtime/Scripts/VA_AnimatorSystem.cs index cff1a42..95f584f 100644 --- a/Runtime/Scripts/VA_AnimatorSystem.cs +++ b/Runtime/Scripts/VA_AnimatorSystem.cs @@ -5,7 +5,7 @@ using Unity.Mathematics; namespace TAO.VertexAnimation { // System to update all the animations. - public class VA_AnimatorSystem : SystemBase + public partial class VA_AnimatorSystem : SystemBase { protected override void OnUpdate() {