mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-17 04:25:26 +01:00
Value copy / allocation optimizations mostly in server, SAO and serialize code
This commit is contained in:
@@ -94,7 +94,7 @@ public:
|
||||
m_bgcolor = bgcolor;
|
||||
m_skycolor = skycolor;
|
||||
}
|
||||
void setSkyColors(const SkyboxParams sky);
|
||||
void setSkyColors(const SkyColor &sky_color);
|
||||
void setHorizonTint(video::SColor sun_tint, video::SColor moon_tint,
|
||||
std::string use_sun_tint);
|
||||
void setInClouds(bool clouds) { m_in_clouds = clouds; }
|
||||
|
||||
Reference in New Issue
Block a user