diff --git a/simgear/scene/sky/cloud.cxx b/simgear/scene/sky/cloud.cxx index b098f398..1f62b7cd 100644 --- a/simgear/scene/sky/cloud.cxx +++ b/simgear/scene/sky/cloud.cxx @@ -194,7 +194,7 @@ SGCloudLayer::rebuild() const float layer_scale = layer_span / scale; const float mpi = SG_PI/4; - const float alt_diff = layer_asl * 1.5; + const float alt_diff = layer_asl * 0.8; for (int i = 0; i < 4; i++) {