fix comment
This commit is contained in:
@@ -368,7 +368,7 @@ void RageSound::SoundIsFinishedPlaying()
|
|||||||
if( !m_bPlaying )
|
if( !m_bPlaying )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/* Lock the mutex after calling UnregisterPlayingSound. We must not make driver
|
/* Lock the mutex after calling GetPositionSecondsInternal. We must not make driver
|
||||||
* calls with our mutex locked (driver mutex < sound mutex). Nobody else will
|
* calls with our mutex locked (driver mutex < sound mutex). Nobody else will
|
||||||
* see our sound as not playing until we set playing to false. */
|
* see our sound as not playing until we set playing to false. */
|
||||||
m_iStoppedSourceFrame = (int) GetPositionSecondsInternal();
|
m_iStoppedSourceFrame = (int) GetPositionSecondsInternal();
|
||||||
|
|||||||
Reference in New Issue
Block a user