diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 40ea535d9c..f0d393e7ab 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -629,7 +629,7 @@ float ScreenGameplay::StartPlayingSong(float MinTimeToStart) m_soundMusic.StartPlaying(); /* Return the amount of time until the first beat. */ - return fFirstSecond + fStartSecond; + return fFirstSecond - fStartSecond; } bool ScreenGameplay::OneIsHot()