From b93032e49cd69da178984f9912205d182f12f61e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 2 May 2024 18:32:22 +0200 Subject: now call script update --- src/light.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/light.cpp') diff --git a/src/light.cpp b/src/light.cpp index 4f280d97..e6de08a6 100644 --- a/src/light.cpp +++ b/src/light.cpp @@ -56,7 +56,7 @@ light::operator light_proto() const } object_type light::type() const noexcept { return object_type::light; } -void light::update(size_t&, const Ns&) {} +void light::update(const std::shared_ptr&, size_t&, const Ns&) {} bool light::is_dynamic() const { return true; } bool light::is_virtual() const { return true; } -- cgit v1.2.3