Skip to content

Commit

Permalink
fixed cocos2d#528: fix a compile bug
Browse files Browse the repository at this point in the history
  • Loading branch information
minggo committed Jun 21, 2011
1 parent 11bb4c6 commit 7192715
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cocos2dx/actions/CCActionInstant.cpp
Expand Up @@ -352,7 +352,8 @@ namespace cocos2d {
if (CCScriptEngineManager::sharedScriptEngineManager()->getScriptEngine())
{
CCScriptEngineManager::sharedScriptEngineManager()->getScriptEngine()->executeCallFuncN(m_scriptFuncName.c_str(),
} m_pTarget);
m_pTarget);
}
}
CCCallFuncN * CCCallFuncN::actionWithTarget(SelectorProtocol* pSelectorTarget, SEL_CallFuncN selector)
{
Expand Down

0 comments on commit 7192715

Please sign in to comment.