diff options
Diffstat (limited to 'source/game/StarWorldClient.hpp')
-rw-r--r-- | source/game/StarWorldClient.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/game/StarWorldClient.hpp b/source/game/StarWorldClient.hpp index 502a928..3c8728d 100644 --- a/source/game/StarWorldClient.hpp +++ b/source/game/StarWorldClient.hpp @@ -285,6 +285,7 @@ private: List<LightSource> m_pendingLights; List<std::pair<Vec2F, Vec3F>> m_pendingParticleLights; RectI m_pendingLightRange; + atomic<bool> m_pendingLightReady; Vec2I m_lightMinPosition; List<PreviewTile> m_previewTiles; |