Fixed: Initialize all members in LWSImporter

pull/596/head
Richard 2015-07-01 18:38:14 -06:00
parent f032c89c2d
commit e5c603ea1a
1 changed files with 6 additions and 1 deletions

View File

@ -129,7 +129,12 @@ void LWS::Element::Parse (const char*& buffer)
// ------------------------------------------------------------------------------------------------
// Constructor to be privately used by Importer
LWSImporter::LWSImporter()
: noSkeletonMesh()
: configSpeedFlag(),
io(),
first(),
last(),
fps(),
noSkeletonMesh()
{
// nothing to do here
}