diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-20 01:53:34 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-20 01:53:34 +1100 |
commit | 6d76a11e256cd96c9cdd7ae5a10c0276e6347277 (patch) | |
tree | d52459889408115d1e0eb657a05dc58e098e50eb /source/game/StarParticleManager.hpp | |
parent | 58a346e563df12af9194c198c7ffe974411abb28 (diff) |
experiment: unclamped lighting
Diffstat (limited to 'source/game/StarParticleManager.hpp')
-rw-r--r-- | source/game/StarParticleManager.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarParticleManager.hpp b/source/game/StarParticleManager.hpp index 3a94d9f..3371d89 100644 --- a/source/game/StarParticleManager.hpp +++ b/source/game/StarParticleManager.hpp @@ -24,7 +24,7 @@ public: void update(float dt, RectF const& cullRegion, float wind); List<Particle> const& particles() const; - List<pair<Vec2F, Vec3B>> lightSources() const; + List<pair<Vec2F, Vec3F>> lightSources() const; private: enum class TileType { Colliding, Water, Empty }; |