diff options
author | Diva Canto | 2013-08-02 17:00:34 -0700 |
---|---|---|
committer | Diva Canto | 2013-08-02 17:00:34 -0700 |
commit | fdfc95174412588f5f70c1a66d9341cd8863f132 (patch) | |
tree | f7874fa1ac2f37fb299a8d6773445c1c87c22e69 /OpenSim/Region/Physics/Manager/PhysicsActor.cs | |
parent | Issue: 10 simultaneous TPs, many not making it. Now bypassing the per-url loc... (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-fdfc95174412588f5f70c1a66d9341cd8863f132.zip opensim-SC-fdfc95174412588f5f70c1a66d9341cd8863f132.tar.gz opensim-SC-fdfc95174412588f5f70c1a66d9341cd8863f132.tar.bz2 opensim-SC-fdfc95174412588f5f70c1a66d9341cd8863f132.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Physics/Manager/PhysicsActor.cs')
-rw-r--r-- | OpenSim/Region/Physics/Manager/PhysicsActor.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Manager/PhysicsActor.cs b/OpenSim/Region/Physics/Manager/PhysicsActor.cs index 2500f27..1750853 100644 --- a/OpenSim/Region/Physics/Manager/PhysicsActor.cs +++ b/OpenSim/Region/Physics/Manager/PhysicsActor.cs | |||
@@ -317,7 +317,8 @@ namespace OpenSim.Region.Physics.Manager | |||
317 | // Extendable interface for new, physics engine specific operations | 317 | // Extendable interface for new, physics engine specific operations |
318 | public virtual object Extension(string pFunct, params object[] pParams) | 318 | public virtual object Extension(string pFunct, params object[] pParams) |
319 | { | 319 | { |
320 | throw new NotImplementedException(); | 320 | // A NOP of the physics engine does not implement this feature |
321 | return null; | ||
321 | } | 322 | } |
322 | } | 323 | } |
323 | 324 | ||