diff options
author | Robert Adams | 2012-07-18 08:36:41 -0700 |
---|---|---|
committer | Robert Adams | 2012-07-20 14:02:27 -0700 |
commit | cda67a68de11790ff7f3f19937b4d08309bc1e89 (patch) | |
tree | 7c4df7a4ffd035a043856b2698518e9dc8c868d6 /OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs | |
parent | Correct namespace of BinaryLoggingModule (a cut-and-paste error). Add a simpl... (diff) | |
download | opensim-SC_OLD-cda67a68de11790ff7f3f19937b4d08309bc1e89.zip opensim-SC_OLD-cda67a68de11790ff7f3f19937b4d08309bc1e89.tar.gz opensim-SC_OLD-cda67a68de11790ff7f3f19937b4d08309bc1e89.tar.bz2 opensim-SC_OLD-cda67a68de11790ff7f3f19937b4d08309bc1e89.tar.xz |
BulletSim: Add very detailed logging to BSDynamics for vehicle debugging
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs b/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs index 23b276e..227696e 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs | |||
@@ -52,6 +52,7 @@ public sealed class BSPrim : PhysicsActor | |||
52 | private List<ConvexResult> _hulls; | 52 | private List<ConvexResult> _hulls; |
53 | 53 | ||
54 | private BSScene _scene; | 54 | private BSScene _scene; |
55 | public BSScene Scene { get { return _scene; } } | ||
55 | private String _avName; | 56 | private String _avName; |
56 | private uint _localID = 0; | 57 | private uint _localID = 0; |
57 | 58 | ||