diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-25 16:10:57 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-25 16:10:57 +1000 |
commit | e2424b7dcf60d18b277b092eb7f2a947fff27415 (patch) | |
tree | 1887d34419f16a6720405182d16829a97463e6df /source/game/StarObject.hpp | |
parent | f7d5ff8debbbc1d80e8cd892d1184cb5aeb5bca4 (diff) |
Fix up new Object directives handling, more directives rendering improvements, fix chat bubbles and nametags only moving every 2px
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; |