Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 9, 2009, 2:31:54 PM (14 years ago)
Author:
youngk
Message:

Launching sound of the Rocket plays normally now. Changed AL_MAX_DISTANCE to 10000.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/orxonox/sound/BaseSound.cc

    r6271 r6285  
    6161            {
    6262                alSourcei(this->audioSource_, AL_REFERENCE_DISTANCE, 20);
    63                 alSourcei(this->audioSource_, AL_MAX_DISTANCE, 300);
     63                alSourcei(this->audioSource_, AL_MAX_DISTANCE, 10000);
    6464            }
    6565        }
Note: See TracChangeset for help on using the changeset viewer.