From df6e58fd40e2f454a894f2858be562e668306261 Mon Sep 17 00:00:00 2001 From: Richard Date: Tue, 30 Jun 2015 23:49:32 -0600 Subject: [PATCH] Fixed: Initialize all members in LWOAnimation --- code/LWOAnimation.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/LWOAnimation.cpp b/code/LWOAnimation.cpp index 69c379d42..afef9b76f 100644 --- a/code/LWOAnimation.cpp +++ b/code/LWOAnimation.cpp @@ -62,6 +62,10 @@ using namespace Assimp::LWO; AnimResolver::AnimResolver(std::list& _envelopes,double tick) : envelopes (_envelopes) , sample_rate (0.) + , envl_x(), envl_y(), envl_z() + , end_x(), end_y(), end_z() + , flags() + , sample_delta() { trans_x = trans_y = trans_z = NULL; rotat_x = rotat_y = rotat_z = NULL;