diff --git a/ZenKit/MorphMesh.cs b/ZenKit/MorphMesh.cs index 5fb16fd..99df492 100644 --- a/ZenKit/MorphMesh.cs +++ b/ZenKit/MorphMesh.cs @@ -94,6 +94,7 @@ public IMorphAnimation Cache() { return new CachedMorphAnimation { + Name = Name, Layer = Layer, BlendIn = BlendIn, BlendOut = BlendOut,