Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarNpc.cpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-03-20 01:53:34 +1100
committerKae <80987908+Novaenia@users.noreply.github.com>2024-03-20 01:53:34 +1100
commit6d76a11e256cd96c9cdd7ae5a10c0276e6347277 (patch)
treed52459889408115d1e0eb657a05dc58e098e50eb /source/game/StarNpc.cpp
parent58a346e563df12af9194c198c7ffe974411abb28 (diff)
experiment: unclamped lighting
Diffstat (limited to 'source/game/StarNpc.cpp')
-rw-r--r--source/game/StarNpc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/game/StarNpc.cpp b/source/game/StarNpc.cpp
index 476dfb4..5450e6f 100644
--- a/source/game/StarNpc.cpp
+++ b/source/game/StarNpc.cpp
@@ -1014,8 +1014,8 @@ bool Npc::isAdmin() const {
return false;
}
-Vec4B Npc::favoriteColor() const {
- return Color::White.toRgba();
+Color Npc::favoriteColor() const {
+ return Color::White;
}
float Npc::beamGunRadius() const {