From f7b8c54c24c9495bb54fb3443856e25d18e11230 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Fri, 4 Nov 2011 23:43:17 +0000 Subject: Add comment for experimental effect of removing the Thread.Sleep(20) in ODEPrim.changevelocity() --- OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Physics/OdePlugin/ODECharacter.cs') diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs index 19d87c2..3630510 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs @@ -1269,7 +1269,7 @@ namespace OpenSim.Region.Physics.OdePlugin // m_taintForce = Vector3.Zero. Need to lock ProcessTaints() when we set a new tainted force. doForce(m_taintForce); } - + m_taintForce = Vector3.Zero; } -- cgit v1.1