diff options
Diffstat (limited to 'src/light.hpp')
-rw-r--r-- | src/light.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/light.hpp b/src/light.hpp index ea65a23f..aeee5d88 100644 --- a/src/light.hpp +++ b/src/light.hpp @@ -35,7 +35,7 @@ struct light final : object Vector2 ordinal_offset(Vector2b offset) const override; float depth_offset() const override; object_type type() const noexcept override; - void update(size_t& i, const Ns& dt) override; + void update(const std::shared_ptr<object>& ptr, size_t& i, const Ns& dt) override; bool is_dynamic() const override; bool is_virtual() const override; |