Fixed: Initialize members in 3DS loader

This commit is contained in:
Richard
2015-06-30 23:26:42 -06:00
parent c25690f0e4
commit d899f4db57
2 changed files with 12 additions and 3 deletions

View File

@@ -103,6 +103,14 @@ static const aiImporterDesc desc = {
// ------------------------------------------------------------------------------------------------
// Constructor to be privately used by Importer
Discreet3DSImporter::Discreet3DSImporter()
: stream(),
mLastNodeIndex(),
mCurrentNode(),
mRootNode(),
mScene(),
mMasterScale(),
bHasBG(),
bIsPrj()
{}
// ------------------------------------------------------------------------------------------------