Changeset 9118 in orxonox.OLD for branches/presentation/src/lib/graphics/effects/rain_effect.cc
- Timestamp:
 - Jul 4, 2006, 1:21:52 PM (19 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/presentation/src/lib/graphics/effects/rain_effect.cc
r9112 r9118 187 187 // If we're not fading, change color immediately 188 188 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); 191 191 } 192 192 } … … 208 208 209 209 // 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); 212 212 } 213 213  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






