Add todo for immediate transition.

This commit is contained in:
Chandler Cox
2024-08-11 13:24:57 -05:00
parent a599615c1a
commit 9c4129a2a3

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; // TODO: make an immediate version of this method and set the animation to nullptr.
slot.Reset = true;
break;
}