1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

LINT fix since cloud API merge

This commit is contained in:
Loic Blot 2017-05-04 07:52:31 +02:00
parent dd591119a3
commit 9a9ae7d65c
No known key found for this signature in database
GPG key ID: EFAA458E8C153987
3 changed files with 7 additions and 10 deletions

View file

@ -125,8 +125,8 @@ private:
bool m_sunlight_seen;
float m_brightness;
float m_cloud_brightness;
bool m_clouds_visible; // Whether clouds are disabled due to player underground
bool m_clouds_enabled; // Initialised to true, reset only by set_sky API
bool m_clouds_visible; // Whether clouds are disabled due to player underground
bool m_clouds_enabled; // Initialised to true, reset only by set_sky API
bool m_directional_colored_fog;
video::SColorf m_bgcolor_bright_f;
video::SColorf m_skycolor_bright_f;