Fix the box like cloud layer appearance

This commit is contained in:
ehofman 2003-08-31 09:23:48 +00:00
parent 1cf13a7c1a
commit 5feccc73c7

View File

@ -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++)
{