Przeglądaj źródła

Update glTF2Exporter.h

Fix typo.
Kim Kulling 7 lat temu
rodzic
commit
e3548fe850
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      code/glTF2Exporter.h

+ 1 - 1
code/glTF2Exporter.h

@@ -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;