fix editor assert: we Update Player in the editor before calling Load, since

Load loads up and transforms a NoteData, which is pointless to do before
we're ready to play something (cleanups needed ...)
This commit is contained in:
Glenn Maynard
2005-07-21 06:17:04 +00:00
parent 9547906a6c
commit 5a59d42b6d
+1
View File
@@ -213,6 +213,7 @@ void Player::Init(
m_fNoteFieldHeight = GRAY_ARROWS_Y_REVERSE-GRAY_ARROWS_Y_STANDARD;
m_pNoteField->Init( m_pPlayerState, m_fNoteFieldHeight );
m_pNoteField->RefreshBeatToNoteSkin();
}
void Player::Load( const NoteData& noteData )