This commit is contained in:
Glenn Maynard
2005-01-15 02:12:34 +00:00
parent 0dfdaee605
commit 894592a56e
2 changed files with 0 additions and 14 deletions
-11
View File
@@ -168,11 +168,6 @@ void NoteField::Update( float fDeltaTime )
RefreshBeatToNoteSkin();
//
// update all NoteDisplays
//
/*
* Update all NoteDisplays. Hack: We need to call this once per frame, not
* once per player.
@@ -649,12 +644,6 @@ void NoteField::DrawPrimitives()
cur->m_GhostArrowRow.Draw();
}
void NoteField::RemoveTapNoteRow( int iIndex )
{
for( int c=0; c<GetNumTracks(); c++ )
SetTapNote(c, iIndex, TAP_EMPTY);
}
void NoteField::FadeToFail()
{
m_fPercentFadeToFail = max( 0.0f, m_fPercentFadeToFail ); // this will slowly increase every Update()