mirror of
https://github.com/overte-org/overte.git
synced 2025-07-16 22:36:50 +02:00
Fixed uninitialized member
This commit is contained in:
parent
0f859d3eae
commit
f95c43393c
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue