Skip to content

Commit

Permalink
fix(MorphMesh): also cache the Name property
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Jan 5, 2024
1 parent 5e16c75 commit 52209b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ZenKit/MorphMesh.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public IMorphAnimation Cache()
{
return new CachedMorphAnimation
{
Name = Name,
Layer = Layer,
BlendIn = BlendIn,
BlendOut = BlendOut,
Expand Down

0 comments on commit 52209b0

Please sign in to comment.