don't reload note skin when entering play mode in the editor (for real)
This commit is contained in:
@@ -107,8 +107,6 @@ void NoteField::Load(
|
|||||||
int iLastPixelToDraw,
|
int iLastPixelToDraw,
|
||||||
float fYReverseOffsetPixels )
|
float fYReverseOffsetPixels )
|
||||||
{
|
{
|
||||||
Unload();
|
|
||||||
|
|
||||||
m_pPlayerState = pPlayerState;
|
m_pPlayerState = pPlayerState;
|
||||||
m_iStartDrawingPixel = iFirstPixelToDraw;
|
m_iStartDrawingPixel = iFirstPixelToDraw;
|
||||||
m_iEndDrawingPixel = iLastPixelToDraw;
|
m_iEndDrawingPixel = iLastPixelToDraw;
|
||||||
|
|||||||
Reference in New Issue
Block a user