Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_fix

This commit is contained in:
samuele3hu 2014-05-15 15:40:28 +08:00
commit 95dfbf7dae
1 changed files with 1 additions and 1 deletions
cocos/editor-support/cocostudio

View File

@ -123,7 +123,7 @@ void ActionObject::initWithDictionary(const rapidjson::Value& dic, Ref* root)
if(length > maxLength)
maxLength = length;
}
_fTotalTime = maxLength*_fTotalTime;
_fTotalTime = maxLength*_fUnitTime;
}
void ActionObject::addActionNode(ActionNode* node)