glTF: add missing attribute buffer for text streams.

pull/697/head
Kim Kulling 2015-11-25 22:31:23 +01:00
parent db8845d2b2
commit 702ef1a513
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ protected:
private:
aiScene *m_scene;
std::vector<char> m_buffer;
};
} // Namespace assimp