Changeset 6476 for code/branches/sound4/src/orxonox/sound/SoundStreamer.cc
- Timestamp:
- Mar 6, 2010, 3:08:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sound4/src/orxonox/sound/SoundStreamer.cc
r6435 r6476 30 30 #include <vorbis/vorbisfile.h> 31 31 #include "SoundManager.h" 32 #include "util/Sleep.h" 32 33 33 34 namespace orxonox … … 121 122 COUT(2) << "Sound Warning: Couldn't queue buffers: " << getALErrorString(error) << std::endl; 122 123 } 124 msleep(250); // perhaps another value here is better 123 125 } 124 126 }
Note: See TracChangeset
for help on using the changeset viewer.