diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-06 19:29:19 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-06 19:29:19 +0200 |
| commit | ee5d38b3d5b994425776ca9fe19ce0bdc8f70c8f (patch) | |
| tree | 9192f51145292951c15c258b1464532fdea7efea /src/light.cpp | |
| parent | 683b6838786b28ee3398ae9580cfaa8e003f084f (diff) | |
bring back update_world resync on entity moved
Diffstat (limited to 'src/light.cpp')
| -rw-r--r-- | src/light.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
