OSX Version of Kraken and importer now compiling again.
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
||||
|
||||
private:
|
||||
std::vector<KRMesh *> m_models;
|
||||
std::unordered_map<KRMesh *, std::vector<KRBone *> > m_bones; // Outer std::map connects model to set of bones
|
||||
unordered_map<KRMesh *, std::vector<KRBone *> > m_bones; // Outer std::map connects model to set of bones
|
||||
KRTexture *m_pLightMap;
|
||||
std::string m_lightMap;
|
||||
std::string m_model_name;
|
||||
|
||||
Reference in New Issue
Block a user