Fixed: Initialize members in LWOImporter

pull/596/head
Richard 2015-07-01 18:36:36 -06:00
parent df6e58fd40
commit f032c89c2d
1 changed files with 13 additions and 0 deletions

View File

@ -77,6 +77,19 @@ static const aiImporterDesc desc = {
// ------------------------------------------------------------------------------------------------
// Constructor to be privately used by Importer
LWOImporter::LWOImporter()
: mIsLWO2(),
mIsLXOB(),
mLayers(),
mCurLayer(),
mTags(),
mMapping(),
mSurfaces(),
mFileBuffer(),
fileSize(),
pScene(),
configSpeedFlag(),
configLayerIndex(),
hasNamedLayer()
{}
// ------------------------------------------------------------------------------------------------