Combine "next song in" and "next song out" into "next course song".
This allows us to preload everything in the transition except for the song banner (giving faster transitions), and is easier to control.
This commit is contained in:
@@ -92,8 +92,7 @@ protected:
|
||||
Background m_SongBackground;
|
||||
Foreground m_SongForeground;
|
||||
|
||||
Transition m_NextSongIn; // shows between songs in a course
|
||||
Transition m_NextSongOut; // shows between songs in a course
|
||||
Transition m_NextSong; // shows between songs in a course
|
||||
Transition m_SongFinished; // shows after each song, course or not
|
||||
|
||||
Sprite m_sprStaticBackground;
|
||||
|
||||
Reference in New Issue
Block a user