summaryrefslogtreecommitdiffhomepage
path: root/src/light.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/light.hpp')
-rw-r--r--src/light.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/light.hpp b/src/light.hpp
index 73d28272..15dbc7c6 100644
--- a/src/light.hpp
+++ b/src/light.hpp
@@ -34,6 +34,7 @@ struct light final : entity
float depth_offset() const override;
entity_type type() const noexcept override;
bool update(size_t i, float dt) override;
+ bool is_dynamic() const override;
bool is_virtual() const override;
static float calc_intensity(float half_dist, light_falloff falloff);