fix m_NoteFieldEdit being updated twice, causing animations to play

too fast
This commit is contained in:
Glenn Maynard
2005-02-03 03:13:06 +00:00
parent 343dc2f6f1
commit 38eaa83497
-2
View File
@@ -759,8 +759,6 @@ void ScreenEdit::Update( float fDeltaTime )
}
}
m_NoteFieldEdit.Update( fDeltaTime );
PlayTicks();
}