always preload keys
This commit is contained in:
@@ -260,7 +260,7 @@ void PlayerMinus::Load(
|
|||||||
{
|
{
|
||||||
CString sKeysoundFilePath = sSongDir + pSong->m_vsKeysoundFile[i];
|
CString sKeysoundFilePath = sSongDir + pSong->m_vsKeysoundFile[i];
|
||||||
RageSound& sound = m_vKeysounds[i];
|
RageSound& sound = m_vKeysounds[i];
|
||||||
sound.Load( sKeysoundFilePath );
|
sound.Load( sKeysoundFilePath, true );
|
||||||
sound.SetParams( p );
|
sound.SetParams( p );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user