Fixed: Initialize members in IRRLoader

This commit is contained in:
Richard
2015-06-30 23:28:53 -06:00
parent 2f0786068d
commit 3543bb7e5f
2 changed files with 4 additions and 0 deletions

View File

@@ -87,6 +87,8 @@ static const aiImporterDesc desc = {
// ------------------------------------------------------------------------------------------------
// Constructor to be privately used by Importer
IRRImporter::IRRImporter()
: fps(),
configSpeedFlag()
{}
// ------------------------------------------------------------------------------------------------