reset m_iMaxDriverFrame in RageSound::SoundIsFinishedPlaying, like StopPlaying
This commit is contained in:
@@ -374,6 +374,7 @@ void RageSound::SoundIsFinishedPlaying()
|
|||||||
// LOG->Trace("set playing false for %p (SoundIsFinishedPlaying) (%s)", this, this->GetLoadedFilePath().c_str());
|
// LOG->Trace("set playing false for %p (SoundIsFinishedPlaying) (%s)", this, this->GetLoadedFilePath().c_str());
|
||||||
m_bPlaying = false;
|
m_bPlaying = false;
|
||||||
|
|
||||||
|
m_iMaxDriverFrame = 0;
|
||||||
m_HardwareToStreamMap.Clear();
|
m_HardwareToStreamMap.Clear();
|
||||||
m_StreamToSourceMap.Clear();
|
m_StreamToSourceMap.Clear();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user