From ee5d38b3d5b994425776ca9fe19ce0bdc8f70c8f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 6 Apr 2024 19:29:19 +0200 Subject: bring back update_world resync on entity moved --- 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 0e36fd6d..3e25dfc5 100644 --- a/src/light.cpp +++ b/src/light.cpp @@ -53,7 +53,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(size_t&, const Ns&) {} bool light::is_dynamic() const { return true; } bool light::is_virtual() const { return true; } -- cgit v1.2.3