* minor: Remove unused SetAnimation method that was identical to TrySetAnimation
parent
759850cbc1
commit
3e3cf67b00
|
@ -1556,18 +1556,6 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
RemoveAnimation(animID);
|
RemoveAnimation(animID);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// The movement animation is reserved for "main" animations
|
|
||||||
/// that are mutually exclusive, e.g. flying and sitting.
|
|
||||||
/// </summary>
|
|
||||||
protected void SetMovementAnimation(UUID animID)
|
|
||||||
{
|
|
||||||
if (m_animations.SetDefaultAnimation(animID, m_controllingClient.NextAnimationSequenceNumber))
|
|
||||||
{
|
|
||||||
SendAnimPack();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The movement animation is reserved for "main" animations
|
/// The movement animation is reserved for "main" animations
|
||||||
/// that are mutually exclusive, e.g. flying and sitting.
|
/// that are mutually exclusive, e.g. flying and sitting.
|
||||||
|
@ -2055,7 +2043,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
/// Send animation information about this avatar to all clients.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public void SendAnimPack()
|
public void SendAnimPack()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue