Changeset 6285 for code/branches/presentation2/src/orxonox/sound
- Timestamp:
- Dec 9, 2009, 2:31:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/sound/BaseSound.cc
r6271 r6285 61 61 { 62 62 alSourcei(this->audioSource_, AL_REFERENCE_DISTANCE, 20); 63 alSourcei(this->audioSource_, AL_MAX_DISTANCE, 300);63 alSourcei(this->audioSource_, AL_MAX_DISTANCE, 10000); 64 64 } 65 65 }
Note: See TracChangeset
for help on using the changeset viewer.