mirror of
https://github.com/maxartz15/VertexAnimation.git
synced 2025-07-09 17:36:10 +02:00
Update VA_AnimatorSystem.cs
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user