diff options
author | Robert Adams | 2012-11-03 18:26:00 -0700 |
---|---|---|
committer | Robert Adams | 2012-11-03 21:15:54 -0700 |
commit | 894bb4893b8bb269f8561737e4603a9b31183f2c (patch) | |
tree | 03a9af547b801be262b4c4f956aa3152db1e90f2 /OpenSim/Region/Physics/BulletSPlugin/BSScene.cs | |
parent | BulletSim: Move construction of compound linkset from ShapeCollection (diff) | |
download | opensim-SC_OLD-894bb4893b8bb269f8561737e4603a9b31183f2c.zip opensim-SC_OLD-894bb4893b8bb269f8561737e4603a9b31183f2c.tar.gz opensim-SC_OLD-894bb4893b8bb269f8561737e4603a9b31183f2c.tar.bz2 opensim-SC_OLD-894bb4893b8bb269f8561737e4603a9b31183f2c.tar.xz |
BulletSim: search the mesh and hull lists to find shapes if type is not known. This makes sure the correct accounting is done for the particular shape.
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 de35359..c2e0ef1 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs | |||
@@ -1472,7 +1472,7 @@ public sealed class BSScene : PhysicsScene, IPhysicsParameters | |||
1472 | public void DetailLog(string msg, params Object[] args) | 1472 | public void DetailLog(string msg, params Object[] args) |
1473 | { | 1473 | { |
1474 | PhysicsLogging.Write(msg, args); | 1474 | PhysicsLogging.Write(msg, args); |
1475 | // Add the Flush() if debugging crashes to get all the messages written out. | 1475 | // Add the Flush() if debugging crashes. Gets all the messages written out. |
1476 | PhysicsLogging.Flush(); | 1476 | PhysicsLogging.Flush(); |
1477 | } | 1477 | } |
1478 | // Used to fill in the LocalID when there isn't one. It's the correct number of characters. | 1478 | // Used to fill in the LocalID when there isn't one. It's the correct number of characters. |