fixed crash

This commit is contained in:
Anakin
2016-12-31 13:04:03 +01:00
parent ee8705f9e4
commit 9a5d09b80c
3 changed files with 68 additions and 44 deletions

View File

@@ -31,4 +31,6 @@ private:
void readVertex(Segment* dataDestination, std::streampos position);
void readUV(Segment* dataDestination, std::streampos position);
QMatrix4x4 getParentMatrix(std::string parent) const;
};