simplify code

This commit is contained in:
yangxiao 2014-08-07 16:24:44 +08:00
parent 34f6368ff7
commit 1e15131b2b
1 changed files with 1 additions and 5 deletions

View File

@ -322,11 +322,7 @@ void Director::drawScene()
popMatrix(MATRIX_STACK_TYPE::MATRIX_STACK_PROJECTION);
}
_currentCamera = nullptr;
}
// draw the scene
if (_runningScene)
{
_eventDispatcher->dispatchEvent(_eventAfterVisit);
}