summaryrefslogtreecommitdiff
path: root/src/clouds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/clouds.h')
-rw-r--r--src/clouds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clouds.h b/src/clouds.h
index b8d292c3b..78d88a02b 100644
--- a/src/clouds.h
+++ b/src/clouds.h
@@ -74,7 +74,7 @@ public:
void update(const v3f &camera_p, const video::SColorf &color);
- void updateCameraOffset(v3s16 camera_offset)
+ void updateCameraOffset(const v3s16 &camera_offset)
{
m_camera_offset = camera_offset;
updateBox();