Fix: Use qint32 for mContents
This commit is contained in:
parent
a8cee21ae8
commit
00c84fd622
@ -10,7 +10,7 @@ public:
|
||||
explicit XCLeafBrushNode();
|
||||
~XCLeafBrushNode();
|
||||
|
||||
void ParseData(QDataStream *aStream) override;
|
||||
void ParseData(XDataStream *aStream) override;
|
||||
void Clear() override;
|
||||
|
||||
quint8 GetAxis() const;
|
||||
@ -29,7 +29,7 @@ public:
|
||||
private:
|
||||
quint8 mAxis;
|
||||
qint16 mLeafBrushCount;
|
||||
int mContents;
|
||||
qint32 mContents;
|
||||
XCLeafBrushNodeData mData;
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user