summaryrefslogtreecommitdiffhomepage
path: root/src/light.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/light.hpp')
-rw-r--r--src/light.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/light.hpp b/src/light.hpp
index 7fc429ea..92da2a19 100644
--- a/src/light.hpp
+++ b/src/light.hpp
@@ -28,7 +28,7 @@ struct light final : object
light_falloff falloff : 2;
uint8_t enabled : 1;
- light(object_id id, struct chunk& c, const light_proto& proto);
+ light(object_id id, class chunk& c, const light_proto& proto);
Vector2 ordinal_offset(Vector2b offset) const override;
float depth_offset() const override;