diff options
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODEPrim.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index dcff558..d70819e 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |||
@@ -202,6 +202,17 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
202 | set { return; } | 202 | set { return; } |
203 | } | 203 | } |
204 | 204 | ||
205 | public override bool Grabbed | ||
206 | { | ||
207 | set { return; } | ||
208 | } | ||
209 | |||
210 | public override bool Selected | ||
211 | { | ||
212 | set { return; } | ||
213 | } | ||
214 | |||
215 | |||
205 | public void enableBody() | 216 | public void enableBody() |
206 | { | 217 | { |
207 | // Sets the geom to a body | 218 | // Sets the geom to a body |