Write radar values for edits. If the program loading them doesn't trust the values, then it can ignore the values

This commit is contained in:
Chris Danford
2006-04-04 21:42:21 +00:00
parent e3bd1698d3
commit 955ccd8699
2 changed files with 5 additions and 2 deletions
+4
View File
@@ -152,9 +152,13 @@ void Steps::CalculateRadarValues( float fMusicLengthSeconds )
if( parent != NULL )
return;
// Do write radar values, and leave it up to the reading app whether they want to trust
// the cached values without recalculating them.
/*
// If we're an edit, leave the RadarValues invalid.
if( IsAnEdit() )
return;
*/
NoteData tempNoteData;
this->GetNoteData( tempNoteData );