diff options
author | Robert Adams | 2013-08-20 08:14:08 -0700 |
---|---|---|
committer | Robert Adams | 2013-09-11 09:12:02 -0700 |
commit | 4781297b4ee5908b76039ce3b38291eb2e89e157 (patch) | |
tree | 02eda7c6afb4137afbffacb82dc1507a778ffe0f /OpenSim/Region/Physics/BulletSPlugin/BSScene.cs | |
parent | BulletSim: adjust avatar capsule height calculation to be closer to defined S... (diff) | |
download | opensim-SC_OLD-4781297b4ee5908b76039ce3b38291eb2e89e157.zip opensim-SC_OLD-4781297b4ee5908b76039ce3b38291eb2e89e157.tar.gz opensim-SC_OLD-4781297b4ee5908b76039ce3b38291eb2e89e157.tar.bz2 opensim-SC_OLD-4781297b4ee5908b76039ce3b38291eb2e89e157.tar.xz |
BulletSim: Extension parameters passed through the classes made to pass just and array of objects rather than a mixture of parameters and array. Makes understanding and parsing what is being passed much easier.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSScene.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSScene.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs index 7440468..b2ec0e5 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs | |||
@@ -869,6 +869,7 @@ public sealed class BSScene : PhysicsScene, IPhysicsParameters | |||
869 | #region Extensions | 869 | #region Extensions |
870 | public override object Extension(string pFunct, params object[] pParams) | 870 | public override object Extension(string pFunct, params object[] pParams) |
871 | { | 871 | { |
872 | DetailLog("{0} BSScene.Extension,op={1}", DetailLogZero, pFunct); | ||
872 | return base.Extension(pFunct, pParams); | 873 | return base.Extension(pFunct, pParams); |
873 | } | 874 | } |
874 | #endregion // Extensions | 875 | #endregion // Extensions |