FGSoundManager::playAudioSampleCommand(): update comment
The 'instant' queue doesn't work like other queues.
This commit is contained in:
parent
280fdecad0
commit
09ea80d12d
1 changed files with 3 additions and 3 deletions
|
@ -202,8 +202,8 @@ void FGSoundManager::update(double dt)
|
|||
/**
|
||||
* Built-in command: play an audio message (i.e. a wav file) This is
|
||||
* fire and forget. Call this once per message and it will get dumped
|
||||
* into a queue. Messages are played sequentially so they do not
|
||||
* overlap.
|
||||
* into a queue. Except for the special 'instant' queue, messages within
|
||||
* a given queue are played sequentially so they do not overlap.
|
||||
*/
|
||||
bool FGSoundManager::playAudioSampleCommand(const SGPropertyNode * arg, SGPropertyNode * root)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue