diff options
Diffstat (limited to 'OpenSim/Region/Physics/Manager/PhysicsActor.cs')
-rw-r--r-- | OpenSim/Region/Physics/Manager/PhysicsActor.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/Manager/PhysicsActor.cs b/OpenSim/Region/Physics/Manager/PhysicsActor.cs index 7e88479..aa6cf43 100644 --- a/OpenSim/Region/Physics/Manager/PhysicsActor.cs +++ b/OpenSim/Region/Physics/Manager/PhysicsActor.cs | |||
@@ -124,6 +124,8 @@ namespace OpenSim.Region.Physics.Manager | |||
124 | 124 | ||
125 | public abstract PrimitiveBaseShape Shape { set; } | 125 | public abstract PrimitiveBaseShape Shape { set; } |
126 | 126 | ||
127 | public abstract uint LocalID { set; } | ||
128 | |||
127 | public abstract bool Grabbed { set; } | 129 | public abstract bool Grabbed { set; } |
128 | 130 | ||
129 | public abstract bool Selected { set; } | 131 | public abstract bool Selected { set; } |
@@ -228,6 +230,11 @@ namespace OpenSim.Region.Physics.Manager | |||
228 | set { return; } | 230 | set { return; } |
229 | } | 231 | } |
230 | 232 | ||
233 | public override uint LocalID | ||
234 | { | ||
235 | set { return; } | ||
236 | } | ||
237 | |||
231 | public override bool Grabbed | 238 | public override bool Grabbed |
232 | { | 239 | { |
233 | set { return; } | 240 | set { return; } |