Changeset 4208 in orxonox.OLD for orxonox/branches/openAL/src/lib
- Timestamp:
- May 17, 2005, 3:36:42 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/openAL/src/lib/sound/sound_engine.cc
r4207 r4208 95 95 alSourcef (this->sourceID, AL_PITCH, 1.0 ); 96 96 alSourcef (this->sourceID, AL_GAIN, 1.0 ); 97 alSourcei (sourceID, AL_LOOPING, true);97 alSourcei (sourceID, AL_LOOPING, AL_FALSE ); 98 98 } 99 99
Note: See TracChangeset
for help on using the changeset viewer.