Update song.cpp

This commit is contained in:
wongcc966422
2014-01-31 03:13:44 +08:00
parent c484ee8345
commit f707f3f665

View File

@@ -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) {