diff options
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 0159a80b..58246d94 100644 --- a/src/light.cpp +++ b/src/light.cpp @@ -55,7 +55,7 @@ light::operator light_proto() const } entity_type light::type() const noexcept { return entity_type::light; } -bool light::update(size_t, float) { return false; } +void light::update(size_t, float) {} bool light::is_dynamic() const { return true; } bool light::is_virtual() const { return true; } |
