diff --git a/tests/cpp-tests/Classes/Sprite3DTest/Sprite3DTest.cpp b/tests/cpp-tests/Classes/Sprite3DTest/Sprite3DTest.cpp index 47f371e2a1..615d0f5816 100644 --- a/tests/cpp-tests/Classes/Sprite3DTest/Sprite3DTest.cpp +++ b/tests/cpp-tests/Classes/Sprite3DTest/Sprite3DTest.cpp @@ -713,12 +713,10 @@ Sprite3DLightMapTest::Sprite3DLightMapTest() listener->onTouchesMoved = CC_CALLBACK_2(Sprite3DLightMapTest::onTouchesMoved, this); _eventDispatcher->addEventListenerWithSceneGraphPriority(listener, this); } - Sprite3DLightMapTest::~Sprite3DLightMapTest() { } - std::string Sprite3DLightMapTest::title() const { return "light map test";