void BL_ActionManager::SetPlayMode(short layer, short mode)
{
	BL_Action *action = GetAction(layer);

	if (action) action->SetPlayMode(mode);
}