1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 08:35:20 +02:00

Allow the server to control fog_distance and fog_start via the sky-api (#13448)

This commit is contained in:
lhofhansl
2023-06-30 19:11:17 -07:00
committed by GitHub
parent dde8f0e20a
commit 0ade097e99
11 changed files with 80 additions and 21 deletions

View File

@@ -1846,6 +1846,7 @@ void Server::SendSetSky(session_t peer_id, const SkyboxParams &params)
}
pkt << params.body_orbit_tilt;
pkt << params.fog_distance << params.fog_start;
}
Send(&pkt);