Fixed two typos.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Try out this examply by copying these metrics into your metrics.ini.
|
# Try out this example by copying these metrics into your metrics.ini.
|
||||||
|
|
||||||
# Some elements will require entries to be added to the language file. Read Examples/LanguageFile.ini for instructions on adding entries to a language file.
|
# Some elements will require entries to be added to the language file. Read Examples/LanguageFile.ini for instructions on adding entries to a language file.
|
||||||
|
|
||||||
|
|||||||
@@ -728,7 +728,7 @@ void GameSoundManager::PlayMusic( PlayMusicParams params, PlayMusicParams Fallba
|
|||||||
ToPlay.fFadeInLengthSeconds = params.fFadeInLengthSeconds;
|
ToPlay.fFadeInLengthSeconds = params.fFadeInLengthSeconds;
|
||||||
ToPlay.fFadeOutLengthSeconds = params.fFadeOutLengthSeconds;
|
ToPlay.fFadeOutLengthSeconds = params.fFadeOutLengthSeconds;
|
||||||
ToPlay.bAlignBeat = params.bAlignBeat;
|
ToPlay.bAlignBeat = params.bAlignBeat;
|
||||||
x ToPlay.bApplyMusicRate = params.bApplyMusicRate;
|
ToPlay.bApplyMusicRate = params.bApplyMusicRate;
|
||||||
|
|
||||||
/* Add the MusicToPlay to the g_MusicsToPlay queue. */
|
/* Add the MusicToPlay to the g_MusicsToPlay queue. */
|
||||||
g_Mutex->Lock();
|
g_Mutex->Lock();
|
||||||
|
|||||||
Reference in New Issue
Block a user