mirror of https://github.com/axmolengine/axmol.git
fix #9689
This commit is contained in:
parent
bfb577e385
commit
3377c3ee53
|
@ -713,12 +713,10 @@ Sprite3DLightMapTest::Sprite3DLightMapTest()
|
||||||
listener->onTouchesMoved = CC_CALLBACK_2(Sprite3DLightMapTest::onTouchesMoved, this);
|
listener->onTouchesMoved = CC_CALLBACK_2(Sprite3DLightMapTest::onTouchesMoved, this);
|
||||||
_eventDispatcher->addEventListenerWithSceneGraphPriority(listener, this);
|
_eventDispatcher->addEventListenerWithSceneGraphPriority(listener, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
Sprite3DLightMapTest::~Sprite3DLightMapTest()
|
Sprite3DLightMapTest::~Sprite3DLightMapTest()
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string Sprite3DLightMapTest::title() const
|
std::string Sprite3DLightMapTest::title() const
|
||||||
{
|
{
|
||||||
return "light map test";
|
return "light map test";
|
||||||
|
|
Loading…
Reference in New Issue