Fixed uninitialized member

This commit is contained in:
Atlante45 2014-03-26 13:10:56 -07:00
parent 0f859d3eae
commit f95c43393c

View file

@ -33,6 +33,7 @@ static const int MAX_SIZE = 10 * 1024 * 1024; // 10 MB
FstReader::FstReader() :
_lodCount(-1),
_texturesCount(-1),
_totalSize(0),
_isHead(false),
_readyToSend(false),
_dataMultiPart(new QHttpMultiPart(QHttpMultiPart::FormDataType))