Allow the server to control fog_distance and fog_start via the sky-api (#13448)
This commit is contained in:
@@ -1846,6 +1846,7 @@ void Server::SendSetSky(session_t peer_id, const SkyboxParams ¶ms)
|
||||
}
|
||||
|
||||
pkt << params.body_orbit_tilt;
|
||||
pkt << params.fog_distance << params.fog_start;
|
||||
}
|
||||
|
||||
Send(&pkt);
|
||||
|
||||
Reference in New Issue
Block a user