- Timestamp:
- Dec 2, 2009, 5:12:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/sound/BaseSound.cc
r6204 r6205 151 151 if (int error = alGetError()) 152 152 COUT(2) << "Sound: Error setting pitch: " << error << std::endl; 153 alSource i(this->audioSource_, AL_PITCH, pitch);153 alSourcef(this->audioSource_, AL_PITCH, pitch); 154 154 } 155 155 }
Note: See TracChangeset
for help on using the changeset viewer.