Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 4, 2006, 1:21:52 PM (18 years ago)
Author:
hdavid
Message:

branches/presentation: cloud effects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/lib/graphics/effects/rain_effect.cc

    r9112 r9118  
    187187    // If we're not fading, change color immediately
    188188    if (!this->rainFadeInActivate || !this->rainFadeOutActivate) {
    189         CloudEffect::changeCloudColor(this->cloudColor, 0);
    190         CloudEffect::changeSkyColor(this->skyColor, 0);
     189        CloudEffect::changeCloudColor(this->cloudColor, 0.2);
     190        CloudEffect::changeSkyColor(this->skyColor, 0.2);
    191191    }
    192192}
     
    208208
    209209    // Restore the old cloud- and sky color
    210     CloudEffect::changeCloudColor(this->oldCloudColor, 0);
    211     CloudEffect::changeSkyColor(this->oldSkyColor, 0);
     210    CloudEffect::changeCloudColor(this->oldCloudColor, 0.2);
     211    CloudEffect::changeSkyColor(this->oldSkyColor, 0.2);
    212212}
    213213
Note: See TracChangeset for help on using the changeset viewer.