mirror of https://github.com/axmolengine/axmol.git
removed forgotten debug printf
This commit is contained in:
parent
f31a258c01
commit
44851e36e9
|
@ -167,7 +167,6 @@ void CCLayer::setTouchEnabled(bool enabled)
|
||||||
m_bTouchEnabled = enabled;
|
m_bTouchEnabled = enabled;
|
||||||
if (m_bRunning)
|
if (m_bRunning)
|
||||||
{
|
{
|
||||||
printf(" -- running2\n");
|
|
||||||
if (enabled)
|
if (enabled)
|
||||||
{
|
{
|
||||||
this->registerWithTouchDispatcher();
|
this->registerWithTouchDispatcher();
|
||||||
|
|
Loading…
Reference in New Issue