From 7d421d0069dbc8bcf948a29d39c3f8e65de19b33 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 26 May 2023 11:51:38 +0200 Subject: draw, editor, main: add toggling vobj display --- src/light.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/light.cpp') diff --git a/src/light.cpp b/src/light.cpp index 551e931d..ed7c4ae1 100644 --- a/src/light.cpp +++ b/src/light.cpp @@ -40,6 +40,7 @@ Vector2 light::ordinal_offset(Vector2b) const entity_type light::type() const noexcept { return entity_type::light; } bool light::update(size_t, float) { return false; } +bool light::is_dynamic() const { return true; } bool light::is_virtual() const { return true; } float light::calc_intensity(float half_dist, light_falloff falloff) -- cgit v1.2.3