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/StarNpc.hpp | |
parent | 58a346e563df12af9194c198c7ffe974411abb28 (diff) |
experiment: unclamped lighting
Diffstat (limited to 'source/game/StarNpc.hpp')
-rw-r--r-- | source/game/StarNpc.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarNpc.hpp b/source/game/StarNpc.hpp index 083abc6..ab8bc0f 100644 --- a/source/game/StarNpc.hpp +++ b/source/game/StarNpc.hpp @@ -143,7 +143,7 @@ public: Direction facingDirection() const override; Direction walkingDirection() const override; bool isAdmin() const override; - Vec4B favoriteColor() const override; + Color favoriteColor() const override; float beamGunRadius() const override; void addParticles(List<Particle> const& particles) override; void addSound(String const& sound, float volume = 1.0f, float pitch = 1.0f) override; |