closed #4761. fix a compile error

This commit is contained in:
andyque 2014-04-11 16:47:35 +08:00
parent 83664e2322
commit 280c2755b3
1 changed files with 2 additions and 2 deletions

View File

@ -118,9 +118,9 @@ void TileDemo::onEnter()
BaseTest::onEnter(); BaseTest::onEnter();
} }
void TileMapTestScene::onExit() void TileDemo::onExit()
{ {
TileDemo::onExit(); BaseTest::onExit();
Director::getInstance()->setDepthTest(false); Director::getInstance()->setDepthTest(false);
} }
void TileDemo::restartCallback(Ref* sender) void TileDemo::restartCallback(Ref* sender)