fix TransitionToEdit not being called if the lead out after the end marker
lies beyond the end of the song file
This commit is contained in:
@@ -301,6 +301,7 @@ ScreenEdit::ScreenEdit()
|
|||||||
|
|
||||||
m_soundMusic.Load(m_pSong->GetMusicPath());
|
m_soundMusic.Load(m_pSong->GetMusicPath());
|
||||||
m_soundMusic.SetAccurateSync(true);
|
m_soundMusic.SetAccurateSync(true);
|
||||||
|
m_soundMusic.SetStopMode(RageSound::M_CONTINUE);
|
||||||
|
|
||||||
m_soundAssistTick.Load( THEME->GetPathTo("Sounds","ScreenEdit assist tick") );
|
m_soundAssistTick.Load( THEME->GetPathTo("Sounds","ScreenEdit assist tick") );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user