* More NINJA Joint physics fixes from nlin.

fixes mantis #2874
This commit is contained in:
Teravus Ovares
2008-12-28 16:30:00 +00:00
parent e9411a4c59
commit 6eed7fcd1e
3 changed files with 11 additions and 11 deletions

View File

@@ -44,6 +44,6 @@ namespace OpenSim.Region.Physics.OdePlugin
return (jointID != IntPtr.Zero);
}
}
public virtual IntPtr jointID { get { return IntPtr.Zero; } set { return; } }
public IntPtr jointID;
}
}