Browse Source

Update glTF2Exporter.h

Fix typo.
Kim Kulling 7 years ago
parent
commit
e3548fe850
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/glTF2Exporter.h

+ 1 - 1
code/glTF2Exporter.h

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