Changeset 7288 in orxonox.OLD for trunk/src/lib
- Timestamp:
- Apr 13, 2006, 11:20:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/sound/sound_source.cc
r7287 r7288 68 68 if (unlikely(this->sourceID == 0)) 69 69 SoundEngine::getInstance()->popALSource(this->sourceID); 70 assert (this->sourceID != 0);70 // assert (this->sourceID != 0); 71 71 72 72 alSourceStop(this->sourceID);
Note: See TracChangeset
for help on using the changeset viewer.