autosync screen cleanup

This commit is contained in:
Chris Danford
2006-02-06 06:50:10 +00:00
parent 1e19360944
commit 1fb529668c
3 changed files with 39 additions and 1 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ void AdjustSync::HandleAutosync( float fNoteOffBySeconds )
ASSERT(0);
}
if( stddev < .03 && stddev < fabsf(mean) ) // If they stepped with less than .03 error
if( stddev < .03 ) // If they stepped with less than .03 error
{
switch( GAMESTATE->m_SongOptions.m_AutosyncType )
{