void BL_ActionManager::SetTimes(short layer, float start, float end)
{
	BL_Action *action = GetAction(layer);

	if (action) action->SetTimes(start, end);
}