From 8f665653353d5f9129db428ece3320b5b3024ab4 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Thu, 28 Jul 2011 00:29:26 -0400 Subject: [PATCH] Don't think this comment is needed. --- src/ScreenEdit.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ScreenEdit.cpp b/src/ScreenEdit.cpp index 356bd909fd..ff83b6d484 100644 --- a/src/ScreenEdit.cpp +++ b/src/ScreenEdit.cpp @@ -1115,7 +1115,6 @@ void ScreenEdit::Update( float fDeltaTime ) fLastBeat = m_pSteps->m_Timing.GetBeatFromElapsedTime( fSeconds + 0.5f ); } - // This should be fine: it will convert to the same I believe. -Wolfman2000 float fStopAtSeconds = m_pSteps->m_Timing.GetElapsedTimeFromBeat( NoteRowToBeat(m_iStopPlayingAt) ) + 1; if( GAMESTATE->m_pPlayerState[PLAYER_1]->m_Position.m_fMusicSeconds > fStopAtSeconds ) {