- rewrote the XFileLoader material management to handle meshes with dummy material names correctly.

This commit is contained in:
ulf
2013-02-12 13:13:12 +01:00
parent 0f781516bf
commit 18f01268e6
4 changed files with 48 additions and 39 deletions

View File

@@ -74,7 +74,7 @@ public:
~XFileParser();
/** Returns the temporary representation of the imported data */
const XFile::Scene* GetImportedData() const { return mScene; }
XFile::Scene* GetImportedData() const { return mScene; }
protected:
void ParseFile();