ContentCAO: Update light of all attached entities (#9975)
[oweals/minetest.git] / src / client / content_cao.h
index 8e2a13ea8929d57a2235d7befd9fe2294d4a17d3..7693dd3d248305e65113be836168b47ed8f16628 100644 (file)
@@ -236,9 +236,7 @@ public:
                m_visuals_expired = true;
        }
 
-       void updateLight(u8 light_at_pos);
-
-       void updateLightNoCheck(u8 light_at_pos);
+       void updateLight(u32 day_night_ratio);
 
        void setNodeLight(u8 light);