don't reload note skin when entering play mode in the editor (for real)

This commit is contained in:
Glenn Maynard
2005-01-15 03:33:55 +00:00
parent f265551c97
commit 874fe6298c
-2
View File
@@ -107,8 +107,6 @@ void NoteField::Load(
int iLastPixelToDraw,
float fYReverseOffsetPixels )
{
Unload();
m_pPlayerState = pPlayerState;
m_iStartDrawingPixel = iFirstPixelToDraw;
m_iEndDrawingPixel = iLastPixelToDraw;