Browse Source

glTF: add missing attribute buffer for text streams.

Kim Kulling 9 years ago
parent
commit
702ef1a513
1 changed files with 1 additions and 0 deletions
  1. 1 0
      code/glTFImporter.h

+ 1 - 0
code/glTFImporter.h

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