trying to fix the crash

This commit is contained in:
Anakin
2017-01-05 13:44:53 +01:00
parent 0bbc0da324
commit 1d5d20cfb8
3 changed files with 23 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ private:
QVector<DrawInformation> m_drawList;
BoundingBox m_boundings;
void loadTexture(const char* filePath);
void loadTexture(const char* filePath, const char* fileName);
void clearData();
public slots: