float BL_ActionManager::GetActionFrame(short layer)
{
	BL_Action *action = GetAction(layer);

	return action ? action->GetFrame() : 0.f;
}