From f12e76fa135db3ca0a98c441cc3f5c0a4a14549d Mon Sep 17 00:00:00 2001 From: aap Date: Fri, 8 May 2020 20:58:40 +0200 Subject: more small fixes --- src/animation/AnimBlendList.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/animation/AnimBlendList.h') diff --git a/src/animation/AnimBlendList.h b/src/animation/AnimBlendList.h index d4b9a64a..018b5988 100644 --- a/src/animation/AnimBlendList.h +++ b/src/animation/AnimBlendList.h @@ -23,5 +23,6 @@ public: prev->next = next; if(next) next->prev = prev; + Init(); } }; -- cgit v1.2.3