diff options
Diffstat (limited to 'src/animation/AnimBlendList.h')
-rw-r--r-- | src/animation/AnimBlendList.h | 1 |
1 files changed, 1 insertions, 0 deletions
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(); } }; |