diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-19 18:21:54 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-19 18:21:54 +1100 |
commit | 983bb82a96707ae81be5c35e7f9af700ade7d77e (patch) | |
tree | 7594648ca829fc8b4c958d02f86b9cc22b04f5d7 /source/game/StarWorldRenderData.hpp | |
parent | 17ea975970d8f2be994bb1c8e7646f9c8a6c4647 (diff) |
Async lighting improvements
Diffstat (limited to 'source/game/StarWorldRenderData.hpp')
-rw-r--r-- | source/game/StarWorldRenderData.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/game/StarWorldRenderData.hpp b/source/game/StarWorldRenderData.hpp index 96fec29..b392615 100644 --- a/source/game/StarWorldRenderData.hpp +++ b/source/game/StarWorldRenderData.hpp @@ -26,7 +26,6 @@ struct WorldRenderData { RenderTileArray tiles; Vec2I lightMinPosition; Image lightMap; - Image tileLightMap; List<EntityDrawables> entityDrawables; List<Particle> const* particles; |