1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-18 18:55:29 +02:00

ContentCAO: Update light of all attached entities (#9975)

This commit is contained in:
SmallJoker
2020-06-01 19:01:47 +02:00
committed by GitHub
parent f849917bbe
commit a08d18acad
4 changed files with 22 additions and 60 deletions

View 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);