Blend out of anim slots when stopped.

This commit is contained in:
Chandler Cox
2024-08-09 09:05:53 -05:00
parent 0b03a5da0d
commit 830db22dcc
2 changed files with 58 additions and 9 deletions

View File

@@ -506,7 +506,7 @@ void AnimatedModel::StopSlotAnimation(const StringView& slotName, Animation* ani
{
if (slot.Animation == anim && slot.Name == slotName)
{
slot.Animation = nullptr;
//slot.Animation = nullptr;
slot.Reset = true;
break;
}