More accurate comment.

This commit is contained in:
Jason Felds
2011-09-10 21:54:42 -04:00
parent 992dbe665a
commit 02f20754f6
+1 -1
View File
@@ -950,7 +950,7 @@ float NoteDataUtil::GetChaosRadarValue( const NoteData &in, float fSongSeconds )
{
if( !fSongSeconds )
return 0.0f;
// count number of triplets or 16ths
// count number of notes smaller than 8ths
int iNumChaosNotes = 0;
FOREACH_NONEMPTY_ROW_ALL_TRACKS( in, r )