diff options
author | Robert Adams | 2012-12-21 15:21:32 -0800 |
---|---|---|
committer | Robert Adams | 2012-12-21 15:21:32 -0800 |
commit | 6dbf9c8ed4ca5646f47043f9937da5acbe124d0e (patch) | |
tree | 337ec47d2093834ccef03f83816ec3f203315c6f /OpenSim/Region/Physics/BulletSPlugin/BSScene.cs | |
parent | BulletSim: Move all the parameter variables, tables and get and fetch logic t... (diff) | |
download | opensim-SC_OLD-6dbf9c8ed4ca5646f47043f9937da5acbe124d0e.zip opensim-SC_OLD-6dbf9c8ed4ca5646f47043f9937da5acbe124d0e.tar.gz opensim-SC_OLD-6dbf9c8ed4ca5646f47043f9937da5acbe124d0e.tar.bz2 opensim-SC_OLD-6dbf9c8ed4ca5646f47043f9937da5acbe124d0e.tar.xz |
BulletSim: repair vehicle problems introduced in previous 'improvements'. Fix line endings in BSParams.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSScene.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs index 492a255..eb47178 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs | |||
@@ -864,7 +864,7 @@ public sealed class BSScene : PhysicsScene, IPhysicsParameters | |||
864 | { | 864 | { |
865 | DetailLog("{0},BSScene.AssertInTaintTime,NOT IN TAINT TIME,Region={1},Where={2}", DetailLogZero, RegionName, whereFrom); | 865 | DetailLog("{0},BSScene.AssertInTaintTime,NOT IN TAINT TIME,Region={1},Where={2}", DetailLogZero, RegionName, whereFrom); |
866 | m_log.ErrorFormat("{0} NOT IN TAINT TIME!! Region={1}, Where={2}", LogHeader, RegionName, whereFrom); | 866 | m_log.ErrorFormat("{0} NOT IN TAINT TIME!! Region={1}, Where={2}", LogHeader, RegionName, whereFrom); |
867 | Util.PrintCallStack(DetailLog); // Prints the stack into the DEBUG log file. | 867 | Util.PrintCallStack(DetailLog); |
868 | } | 868 | } |
869 | return InTaintTime; | 869 | return InTaintTime; |
870 | } | 870 | } |