diff options
author | Robert Adams | 2012-09-06 08:05:53 -0700 |
---|---|---|
committer | Robert Adams | 2012-09-07 16:05:22 -0700 |
commit | 3c097cb7a9634f711fffb56c0a6912487694aa53 (patch) | |
tree | fc18a6ca04d1e9e751c9a425ff0b3adc84e4d941 /OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs | |
parent | BulletSim: PhysicsActorType() now returns the correct value rather than 'unkn... (diff) | |
download | opensim-SC_OLD-3c097cb7a9634f711fffb56c0a6912487694aa53.zip opensim-SC_OLD-3c097cb7a9634f711fffb56c0a6912487694aa53.tar.gz opensim-SC_OLD-3c097cb7a9634f711fffb56c0a6912487694aa53.tar.bz2 opensim-SC_OLD-3c097cb7a9634f711fffb56c0a6912487694aa53.tar.xz |
BulletSim: Add some comments (gasp) and log messages.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs b/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs index b04e1b6..3111258 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs | |||
@@ -245,8 +245,8 @@ public class BSLinkset | |||
245 | // their constraints have not been created yet. | 245 | // their constraints have not been created yet. |
246 | // Caused by the fact that m_children is built at run time but building constraints | 246 | // Caused by the fact that m_children is built at run time but building constraints |
247 | // happens at taint time. | 247 | // happens at taint time. |
248 | // m_physicsScene.Logger.ErrorFormat("[BULLETSIM LINKSET] RecomputeLinksetConstraintVariables: constraint not found for root={0}, child={1}", | 248 | // m_physicsScene.Logger.ErrorFormat("{0} RecomputeLinksetConstraintVariables: constraint not found for root={1}, child={2}", |
249 | // m_linksetRoot.Body.ID, child.Body.ID); | 249 | // LogHeader, m_linksetRoot.Body.ID, child.Body.ID); |
250 | } | 250 | } |
251 | } | 251 | } |
252 | } | 252 | } |