]> git.mxchange.org Git - simgear.git/commitdiff
A couple more cloud tweaks.
authorcurt <curt>
Tue, 20 Jun 2000 21:44:04 +0000 (21:44 +0000)
committercurt <curt>
Tue, 20 Jun 2000 21:44:04 +0000 (21:44 +0000)
simgear/sky/cloud.cxx

index 7f513e99929e2dc16fc1932d1794171df338c196..e6d02c5c7c6ee72989c36a986eca7b0a3c85dc4f 100644 (file)
@@ -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;