Fixed: Initialize all members in STLImporter

pull/596/head
Richard 2015-07-01 19:01:10 -06:00
parent 85f3b38643
commit c69e047dfc
1 changed files with 3 additions and 0 deletions

View File

@ -106,6 +106,9 @@ bool IsAsciiSTL(const char* buffer, unsigned int fileSize) {
// ------------------------------------------------------------------------------------------------
// Constructor to be privately used by Importer
STLImporter::STLImporter()
: mBuffer(),
fileSize(),
pScene()
{}
// ------------------------------------------------------------------------------------------------