Changed Primitive.ObjectPropertiesFamily references to LLObject.ObjectPropertiesFamily
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@916 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -104,7 +104,7 @@ namespace libsecondlife
|
||||
/// </summary>
|
||||
/// <param name="simulator"></param>
|
||||
/// <param name="properties"></param>
|
||||
public delegate void ObjectPropertiesFamilyCallback(Simulator simulator, Primitive.ObjectPropertiesFamily properties);
|
||||
public delegate void ObjectPropertiesFamilyCallback(Simulator simulator, LLObject.ObjectPropertiesFamily properties);
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
@@ -1529,7 +1529,7 @@ namespace libsecondlife
|
||||
|
||||
#region Event Notification
|
||||
|
||||
protected void FireOnObjectPropertiesFamily(Simulator sim, Primitive.ObjectPropertiesFamily props)
|
||||
protected void FireOnObjectPropertiesFamily(Simulator sim, LLObject.ObjectPropertiesFamily props)
|
||||
{
|
||||
if (OnObjectPropertiesFamily != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user