mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
* minor: Remove unused SetAnimation method that was identical to TrySetAnimation
This commit is contained in:
@@ -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()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user