fix editor assert
This commit is contained in:
@@ -194,9 +194,14 @@ void NoteField::ProcessMessages( float fDeltaTime )
|
|||||||
{
|
{
|
||||||
ActorFrame::ProcessMessages( fDeltaTime );
|
ActorFrame::ProcessMessages( fDeltaTime );
|
||||||
|
|
||||||
|
/* If m_BeatToNoteDisplays isn't filled yet, we're receiving a message
|
||||||
|
* before Load() was called. */
|
||||||
|
if( !m_BeatToNoteDisplays.empty() )
|
||||||
|
{
|
||||||
NoteDisplayCols *pCur = SearchForSongBeat();
|
NoteDisplayCols *pCur = SearchForSongBeat();
|
||||||
pCur->m_ReceptorArrowRow.ProcessMessages( fDeltaTime );
|
pCur->m_ReceptorArrowRow.ProcessMessages( fDeltaTime );
|
||||||
pCur->m_GhostArrowRow.ProcessMessages( fDeltaTime );
|
pCur->m_GhostArrowRow.ProcessMessages( fDeltaTime );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
float NoteField::GetWidth()
|
float NoteField::GetWidth()
|
||||||
|
|||||||
Reference in New Issue
Block a user