Update CCControl.cpp

This commit is contained in:
vipsbpig 2013-03-08 10:26:16 +08:00
parent 76e247fb9a
commit ce14169f4d
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ CCControl::~CCControl()
//Menu - Events
void CCControl::registerWithTouchDispatcher()
{
CCDirector::sharedDirector()->getTouchDispatcher()->addTargetedDelegate(this, getTouchPriority, true);
CCDirector::sharedDirector()->getTouchDispatcher()->addTargetedDelegate(this, getTouchPriority(), true);
}
void CCControl::onEnter()