too many leftover rows, I have to hit F3+9 to skip the empty filling...

let's better leave it in 4 secs before
This commit is contained in:
Alberto Ramos
2012-02-21 19:08:11 -07:00
parent 9cf9e3449c
commit d74c95d9b0
+8 -5
View File
@@ -310,11 +310,14 @@ static bool LoadFromKSFFile( const RString &sPath, Steps &out, Song &song, bool
}
/* have this row be the last moment in the song, unless
* a future step ends later. */
float curTime = stepsTiming.GetElapsedTimeFromBeat(fCurBeat);
if (curTime > song.GetSpecifiedLastSecond())
{
song.SetSpecifiedLastSecond(curTime);
}
//float curTime = stepsTiming.GetElapsedTimeFromBeat(fCurBeat);
//if (curTime > song.GetSpecifiedLastSecond())
//{
// song.SetSpecifiedLastSecond(curTime);
//}
song.SetSpecifiedLastSecond( song.GetSpecifiedLastSecond() + 4 );
break;
}