Trying to track down a crash.

This commit is contained in:
Steve Checkoway
2006-06-14 21:38:10 +00:00
parent 117d02adb7
commit 3553ab755e
+1
View File
@@ -124,6 +124,7 @@ void NoteField::Load(
int iFirstPixelToDraw,
int iLastPixelToDraw )
{
ASSERT( pNoteData );
m_pNoteData = pNoteData;
m_iStartDrawingPixel = iFirstPixelToDraw;
m_iEndDrawingPixel = iLastPixelToDraw;