Changeset 6562 for code/branches/sound5/src/orxonox/sound/AmbientSound.cc
- Timestamp:
- Mar 18, 2010, 3:48:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sound5/src/orxonox/sound/AmbientSound.cc
r6511 r6562 175 175 176 176 this->soundstreamthread_ = boost::thread(SoundStreamer(), this->audioSource_, dataStream); 177 if(this->soundstreamthread_ == boost::thread()) 178 COUT(2) << "Sound: Failed to create thread." << std::endl; 179 177 180 178 181 this->updateVolume();
Note: See TracChangeset
for help on using the changeset viewer.