diff options
Diffstat (limited to 'source/game/StarObject.hpp')
-rw-r--r-- | source/game/StarObject.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarObject.hpp b/source/game/StarObject.hpp index 3d5f302..eb039e8 100644 --- a/source/game/StarObject.hpp +++ b/source/game/StarObject.hpp @@ -232,7 +232,7 @@ private: size_t m_orientationIndex; NetElementSize m_orientationIndexNetState; NetElementHashMap<String, String> m_netImageKeys; - StringMap<String> m_imageKeys; + mutable StringMap<String> m_imageKeys; void resetEmissionTimers(); List<GameTimer> m_emissionTimers; |