Fixed: Initialize members in ACLoader

This commit is contained in:
Richard
2015-06-30 23:27:22 -06:00
parent d899f4db57
commit a9a8796f71
2 changed files with 10 additions and 0 deletions

View File

@@ -129,6 +129,15 @@ static const aiImporterDesc desc = {
// ------------------------------------------------------------------------------------------------
// Constructor to be privately used by Importer
AC3DImporter::AC3DImporter()
: buffer(),
configSplitBFCull(),
configEvalSubdivision(),
mNumMeshes(),
mLights(),
lights(),
groups(),
polys(),
worlds()
{
// nothing to be done here
}