[WIN32] NULL --> nullptr for CCLayer.cpp.

This commit is contained in:
James Chen 2013-06-20 18:01:53 +08:00
parent a90f51d03a
commit 6ce5064f32
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ void Layer::onExit()
// remove this layer from the delegates who concern Accelerometer Sensor
if (_accelerometerEnabled)
{
pDirector->getAccelerometer()->setDelegate(NULL);
pDirector->getAccelerometer()->setDelegate(nullptr);
}
// remove this layer from the delegates who concern the keypad msg