From 6eed7fcd1edcb3d4613982a51d6a21540a5cf67d Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Sun, 28 Dec 2008 16:30:00 +0000 Subject: * More NINJA Joint physics fixes from nlin. fixes mantis #2874 --- OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs') diff --git a/OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs b/OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs index cfabeee..d080e9b 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs @@ -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; } } -- cgit v1.1