Update VA_AnimatorSystem.cs

This commit is contained in:
Jingcheng 2022-06-26 21:26:40 +08:00
parent 70fa549577
commit 26a51061b0

View File

@ -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()
{