diff options
Diffstat (limited to 'source/base/StarAssets.hpp')
-rw-r--r-- | source/base/StarAssets.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/base/StarAssets.hpp b/source/base/StarAssets.hpp index a8e4480..6cc8c16 100644 --- a/source/base/StarAssets.hpp +++ b/source/base/StarAssets.hpp @@ -331,7 +331,7 @@ private: // Lua RefPtr<RefCounter> m_luaEngine; // dumb but to avoid including Lua.hpp in here... - mutable StringMap<LuaContextPtr> m_patchContexts; + mutable HashMap<pair<AssetSource*, String>, LuaContextPtr> m_patchContexts; mutable RecursiveMutex m_luaMutex; // Paths of all used asset sources, in load order. |