mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Sky API: Rename *_tint to fog_*_tint for consistency
This commit is contained in:
@@ -37,9 +37,9 @@ struct SkyboxParams
|
||||
std::vector<std::string> textures;
|
||||
bool clouds;
|
||||
SkyColor sky_color;
|
||||
video::SColor sun_tint;
|
||||
video::SColor moon_tint;
|
||||
std::string tint_type;
|
||||
video::SColor fog_sun_tint;
|
||||
video::SColor fog_moon_tint;
|
||||
std::string fog_tint_type;
|
||||
};
|
||||
|
||||
struct SunParams
|
||||
|
Reference in New Issue
Block a user