From 4b72db431064bf94bea1bc074ecae0a23768c835 Mon Sep 17 00:00:00 2001 From: Date: Tue, 1 Dec 2009 06:57:01 +0000 Subject: [PATCH] Fixed a duplicate param tag added in previous commit git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3237 52acb1d6-8a22-11de-b505-999d5b087335 --- OpenMetaverse/ObjectManager.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OpenMetaverse/ObjectManager.cs b/OpenMetaverse/ObjectManager.cs index 768b1b51..c4aa8ba4 100644 --- a/OpenMetaverse/ObjectManager.cs +++ b/OpenMetaverse/ObjectManager.cs @@ -3026,10 +3026,9 @@ namespace OpenMetaverse /// /// The simulator the object originated from /// The Primitive - /// true if this is the first tie we see the prim - /// true if the primitive represents an attachment to an agent /// The simulator time dilation /// The prim was not in the dictionary before this update + /// true if the primitive represents an attachment to an agent public PrimEventArgs(Simulator simulator, Primitive prim, ushort timeDilation, bool isNew, bool isAttachment) { this.m_Simulator = simulator;