Update song.cpp
This commit is contained in:
@@ -648,7 +648,7 @@ void song::playSong()
|
||||
m_playMode = Mode_PlaySong;
|
||||
m_playing = true;
|
||||
m_paused = false;
|
||||
m_actions.push_front( ActionPlaySong );
|
||||
Controller::resetFrameCounter();
|
||||
|
||||
savePos();
|
||||
if(QApplication::type() != QApplication::Tty) {
|
||||
|
||||
Reference in New Issue
Block a user