From: curt Date: Tue, 20 Jun 2000 21:44:04 +0000 (+0000) Subject: A couple more cloud tweaks. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0468b315d4188f610d86ae3e4ec4e3ff3dd924bd;p=simgear.git A couple more cloud tweaks. --- diff --git a/simgear/sky/cloud.cxx b/simgear/sky/cloud.cxx index 7f513e99..e6d02c5c 100644 --- a/simgear/sky/cloud.cxx +++ b/simgear/sky/cloud.cxx @@ -47,7 +47,7 @@ SGCloudLayer::~SGCloudLayer( void ) { void SGCloudLayer::build( FGPath path, double s, double asl, double thickness, double transition ) { - scale = 2000.0; + scale = 4000.0; layer_asl = asl; layer_thickness = thickness;