Merge commit 'aa19ccf65c9cd235e0ba941e9832c5240df4412c' into bigmerge

This commit is contained in:
Melanie
2011-10-25 01:51:24 +01:00
7 changed files with 15 additions and 8 deletions

View File

@@ -3619,7 +3619,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
/// Generate one of the object update packets based on PrimUpdateFlags
/// and broadcast the packet to clients
/// </summary>
public void SendPrimUpdate(ISceneEntity entity, PrimUpdateFlags updateFlags)
public void SendEntityUpdate(ISceneEntity entity, PrimUpdateFlags updateFlags)
{
if (entity is SceneObjectPart)
{