diff options
Diffstat (limited to 'OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPrim.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPrim.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPrim.cs b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPrim.cs index f430def..1f3e031 100644 --- a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPrim.cs +++ b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPrim.cs | |||
@@ -407,6 +407,11 @@ namespace OpenSim.Region.Physics.BulletDotNETPlugin | |||
407 | 407 | ||
408 | } | 408 | } |
409 | 409 | ||
410 | public override void VehicleFlags(int param, bool remove) | ||
411 | { | ||
412 | |||
413 | } | ||
414 | |||
410 | public override void SetVolumeDetect(int param) | 415 | public override void SetVolumeDetect(int param) |
411 | { | 416 | { |
412 | //TODO: GhostObject | 417 | //TODO: GhostObject |