Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9215 in orxonox.OLD


Ignore:
Timestamp:
Jul 5, 2006, 12:30:42 PM (18 years ago)
Author:
stefalie
Message:

ugly bug died

File:
1 edited

Legend:

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

    r9118 r9215  
    5454
    5555        //load wind sound
    56         if (this->snowWindForce > 1) {
     56        if (this->snowWindForce >= 1) {
    5757                if (this->windBuffer != NULL)
    5858                        ResourceManager::getInstance()->unload(this->windBuffer);
Note: See TracChangeset for help on using the changeset viewer.