dumb fix
This commit is contained in:
@@ -382,7 +382,7 @@ int NoteData::GetNumHands( float fStartBeat, float fEndBeat ) const
|
|||||||
/* We want to count both three taps at the same time, a tap while two
|
/* We want to count both three taps at the same time, a tap while two
|
||||||
* hold notes are being held, etc. */
|
* hold notes are being held, etc. */
|
||||||
NoteData temp;
|
NoteData temp;
|
||||||
temp.To4s( temp );
|
temp.To4s( *this );
|
||||||
|
|
||||||
if( fEndBeat == -1 )
|
if( fEndBeat == -1 )
|
||||||
fEndBeat = temp.GetMaxBeat();
|
fEndBeat = temp.GetMaxBeat();
|
||||||
|
|||||||
Reference in New Issue
Block a user