diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-02 18:32:22 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-02 22:54:16 +0200 |
| commit | b93032e49cd69da178984f9912205d182f12f61e (patch) | |
| tree | 2caae8f9db5776a39a731e8fb82ed30ec7fb6b06 /src/light.cpp | |
| parent | 6abcd7d52cda334c58ec999d212491fc24f13c9d (diff) | |
now call script update
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 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<object>&, size_t&, const Ns&) {} bool light::is_dynamic() const { return true; } bool light::is_virtual() const { return true; } |
