mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Sky: transmit body_orbit_tilt to client. (#13193)
This obsoletes the current client-side setting entirely. The server can transmit the tilt to the client directly and will send 0.0f as default value. Co-authored-by: x2048 <codeforsmile@gmail.com> Co-authored-by: sfan5 <sfan5@live.de>
This commit is contained in:
@@ -701,6 +701,7 @@ enum ToClientCommand
|
||||
u8[4] fog_sun_tint (ARGB)
|
||||
u8[4] fog_moon_tint (ARGB)
|
||||
std::string fog_tint_type
|
||||
float body_orbit_tilt
|
||||
*/
|
||||
|
||||
TOCLIENT_OVERRIDE_DAY_NIGHT_RATIO = 0x50,
|
||||
|
Reference in New Issue
Block a user