diff options
Diffstat (limited to 'src/scenery.cpp')
-rw-r--r-- | src/scenery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenery.cpp b/src/scenery.cpp index d95908c2..701dde1f 100644 --- a/src/scenery.cpp +++ b/src/scenery.cpp @@ -146,7 +146,7 @@ bool scenery::can_activate(size_t i) const ); } -void scenery::update(size_t i, Ns dt) +void scenery::update(size_t i, const Ns& dt) { return std::visit( [&]<typename T>(T& sc) { sc.update(*this, i, dt); }, |