From 4ad39097ef9d49d873866534bf49fd639af4a91e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 23 Jan 2005 06:32:38 +0000 Subject: [PATCH] whoops --- stepmania/src/ScreenGameplay.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index ba7505bc14..8906418508 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -1829,9 +1829,9 @@ void ScreenGameplay::Input( const DeviceInput& DeviceI, const InputEventType typ fOffsetDelta *= 10; BPMSegment& seg = GAMESTATE->m_pCurSong->GetBPMSegmentAtBeat( GAMESTATE->m_fSongBeat ); - seg.m_iBPS += BeatToNoteRow(fOffsetDelta); + seg.m_fBPM += fOffsetDelta; - m_textDebug.SetText( ssprintf("Cur BPM = %.2f", seg.GetBPM()) ); + m_textDebug.SetText( ssprintf("Cur BPM = %.2f", seg.m_fBPM) ); m_textDebug.StopTweening(); m_textDebug.SetDiffuse( RageColor(1,1,1,1) ); m_textDebug.BeginTweening( 3 ); // sleep