issue #6: update CCDirector.cpp

This commit is contained in:
Ming 2010-07-16 06:22:43 +00:00
parent d0558f3349
commit 56ba688df0
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@ void CCDirector::replaceScene(CCScene *pScene)
UINT32 index = m_pobScenesStack->count(); UINT32 index = m_pobScenesStack->count();
m_bSendCleanToScene = true; m_bSendCleanToScene = true;
m_pobScenesStack->replace`ObjectAtIndex(index - 1, pScene); m_pobScenesStack->replaceObjectAtIndex(index - 1, pScene);
m_pNextScene = pScene; m_pNextScene = pScene;
} }