diff options
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODECharacter.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs index f9010e6..3f63477 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | |||
@@ -152,6 +152,17 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
152 | set { m_alwaysRun = value; } | 152 | set { m_alwaysRun = value; } |
153 | } | 153 | } |
154 | 154 | ||
155 | public override bool Grabbed | ||
156 | { | ||
157 | set { return; } | ||
158 | } | ||
159 | |||
160 | public override bool Selected | ||
161 | { | ||
162 | set { return; } | ||
163 | } | ||
164 | |||
165 | |||
155 | public override bool IsPhysical | 166 | public override bool IsPhysical |
156 | { | 167 | { |
157 | get { return false; } | 168 | get { return false; } |