Update glTF2Exporter.h

Fix typo.
pull/1958/head
Kim Kulling 2018-05-12 08:50:17 +02:00 committed by GitHub
parent 950496c351
commit e3548fe850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ namespace Assimp
const char* mFilename; const char* mFilename;
IOSystem* mIOSystem; IOSystem* mIOSystem;
const aiScene* mScene; const aiScene* mScene;
const ExportProperties* mProperties const ExportProperties* mProperties;
std::map<std::string, unsigned int> mTexturesByPath; std::map<std::string, unsigned int> mTexturesByPath;
std::shared_ptr<glTF2::Asset> mAsset; std::shared_ptr<glTF2::Asset> mAsset;
std::vector<unsigned char> mBodyData; std::vector<unsigned char> mBodyData;