mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 07:42:54 +00:00
Merge pull request #285 from Laupetin/fix/multi-ipak-reading
fix: use multimap again for zone definition properties
This commit is contained in:
commit
1c01a2d8c9
@ -42,7 +42,7 @@ public:
|
||||
void AddProperty(std::string key, std::string value);
|
||||
void Include(const ZoneDefinitionProperties& otherProperties);
|
||||
|
||||
std::unordered_map<std::string, std::string> m_properties;
|
||||
std::unordered_multimap<std::string, std::string> m_properties;
|
||||
};
|
||||
|
||||
class ZoneDefinition
|
||||
|
Loading…
x
Reference in New Issue
Block a user