From ad5b3543a68faf9b8bd58b77dfbaadb6ca5facaf Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 27 Dec 2006 09:13:48 +0000 Subject: [PATCH] don't scale SetPosition; it's in source frames --- stepmania/src/RageSoundReader_SpeedChange.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stepmania/src/RageSoundReader_SpeedChange.cpp b/stepmania/src/RageSoundReader_SpeedChange.cpp index 9ed1b4a9ce..79d3a2a552 100644 --- a/stepmania/src/RageSoundReader_SpeedChange.cpp +++ b/stepmania/src/RageSoundReader_SpeedChange.cpp @@ -290,10 +290,6 @@ int RageSoundReader_SpeedChange::Read( char *buf, int iFrames ) int RageSoundReader_SpeedChange::SetPosition( int iFrame ) { Reset(); - -// int64_t iScaled = int64_t(iFrame) / m_fSpeedRatio; -// iFrame = (int) iScaled; - return RageSoundReader_Filter::SetPosition( iFrame ); }