Pass the initial tap note score to ChangeLife for hold notes; it's needed to
handle Oni penalties correctly. (not actually doing that yet)
This commit is contained in:
@@ -320,7 +320,7 @@ void LifeMeterBar::ChangeLife( TapNoteScore score )
|
||||
m_fLifeVelocity += fDeltaLife;
|
||||
}
|
||||
|
||||
void LifeMeterBar::ChangeLife( HoldNoteScore score )
|
||||
void LifeMeterBar::ChangeLife( HoldNoteScore score, TapNoteScore tscore )
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user