fix GhostArrowRow::CopyTweening crash

This commit is contained in:
Glenn Maynard
2003-12-05 23:59:34 +00:00
parent 366fe425e9
commit 237fdf13ce
+1
View File
@@ -55,6 +55,7 @@ void NoteField::Unload()
it != m_NoteDisplays.end(); ++it )
delete it->second;
m_NoteDisplays.clear();
LastDisplay = NULL;
}
void NoteField::CacheNoteSkin( CString skin )