Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 18, 2010, 3:48:49 PM (15 years ago)
Author:
erwin
Message:

More tries to fix the sound: there seems to be no context in the stream thread…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/sound5/src/orxonox/sound/AmbientSound.cc

    r6511 r6562  
    175175
    176176        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
    177180
    178181        this->updateVolume();
Note: See TracChangeset for help on using the changeset viewer.