fix rate in editor

This commit is contained in:
Glenn Maynard
2007-03-17 03:24:00 +00:00
parent bd30e42c23
commit c0a6373693
+3 -1
View File
@@ -772,7 +772,9 @@ void ScreenEdit::Init()
m_soundSave.Load( THEME->GetPathS("ScreenEdit","save") );
m_GameplayAssist.Init();
m_soundMusic.Load( m_pSong->GetMusicPath() );
RageSoundLoadParams params;
params.m_bSupportRateChanging = true;
m_soundMusic.Load( m_pSong->GetMusicPath(), false, &params );
this->HandleScreenMessage( SM_UpdateTextInfo );
m_bTextInfoNeedsUpdate = true;