Skip to content

Commit

Permalink
Fixed a bug where certain charts can't be restarted properly w/ F5
Browse files Browse the repository at this point in the history
  • Loading branch information
123jimin committed May 23, 2020
1 parent 7485e2b commit 3ac7afd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Main/src/Game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -959,9 +959,10 @@ class Game_Impl : public Game
{
// Set start time
m_lastMapTime = firstObjectTime - 5000;
m_audioPlayback.SetPosition(m_lastMapTime);
}

m_audioPlayback.SetPosition(m_lastMapTime);

// Reset playback
m_playback.Reset(m_lastMapTime);
}
Expand Down

0 comments on commit 3ac7afd

Please sign in to comment.