start merging NoteDataWithScoring and NoteField per-hold and per-tap
data into TapNote and HoldNote. This reduces lookup costs significantly. It's a bit simpler, though I'm not entirely happy with the resulting encapsulation ...
This commit is contained in:
@@ -76,6 +76,11 @@ bool IsNoteOfType( int row, NoteType t )
|
||||
return GetNoteType(row) == t;
|
||||
}
|
||||
|
||||
float HoldNoteResult::GetLastHeldBeat() const
|
||||
{
|
||||
return NoteRowToBeat(iLastHeldRow);
|
||||
}
|
||||
|
||||
/*
|
||||
* (c) 2001-2004 Chris Danford, Glenn Maynard
|
||||
* All rights reserved.
|
||||
|
||||
Reference in New Issue
Block a user