aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
index bfff3d4..b36b933 100644
--- a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
+++ b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
@@ -239,7 +239,7 @@ namespace OpenSim.Region.Physics.OdePlugin
239 239
240 public override bool IsPhysical 240 public override bool IsPhysical
241 { 241 {
242 get { return false; } 242 get { return m_isPhysical; }
243 set { return; } 243 set { return; }
244 } 244 }
245 245