fix bad merge
This commit is contained in:
@@ -113,7 +113,7 @@ void RandomSample::PlayCopyOfRandom()
|
|||||||
int iIndexToPlay = GetNextToPlay();
|
int iIndexToPlay = GetNextToPlay();
|
||||||
if( iIndexToPlay == -1 )
|
if( iIndexToPlay == -1 )
|
||||||
return;
|
return;
|
||||||
m_pSamples[m_iIndexLastPlayed]->Stop();
|
m_pSamples[iIndexToPlay]->PlayCopy();
|
||||||
}
|
}
|
||||||
|
|
||||||
void RandomSample::Stop()
|
void RandomSample::Stop()
|
||||||
|
|||||||
Reference in New Issue
Block a user