comment: fix incorrect comments

This commit is contained in:
FMS-Cat
2020-10-20 13:24:44 +09:00
parent 7d2a70db23
commit b457c098d8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -729,7 +729,7 @@ void BackgroundImpl::Layer::UpdateCurBGChange( const Song *pSong, float fLastMus
beat_info.elapsed_time= fCurrentTime;
pSong->m_SongTiming.GetBeatAndBPSFromElapsedTime(beat_info);
// Calls to Update() should *not* be scaled by music rate; fCurrentTime is. Undo it.
// Calls to Update() should *not* be scaled by music rate unless RateModsAffectFGChanges is enabled; fCurrentTime is. Undo it.
const float fRate = PREFSMAN->m_bRateModsAffectTweens ? 1.0f : GAMESTATE->m_SongOptions.GetCurrent().m_fMusicRate;
// Find the BGSegment we're in