fixed #1966
This commit is contained in:
parent
3edbb79861
commit
54308f13e4
|
@ -1593,6 +1593,7 @@ GLiveSupport :: playTestSoundOnCue(void) throw ()
|
|||
cuePlayer->start();
|
||||
Ptr<time_duration>::Ref sleepT(new time_duration(microseconds(10)));
|
||||
while (cuePlayer->isPlaying()) {
|
||||
runMainLoop();
|
||||
TimeConversion::sleep(sleepT);
|
||||
}
|
||||
} catch (std::runtime_error &e) {
|
||||
|
|
Loading…
Reference in New Issue