diff options
author | Justin Clark-Casey (justincc) | 2012-01-24 18:46:24 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-01-24 18:46:24 +0000 |
commit | 8b035dc3c7ec88ec2c715ebaad9c3de5a34078b5 (patch) | |
tree | 51b15faa32fc0bc33f3f7461625d560887037b2c /OpenSim/Region/Physics/OdePlugin/OdeScene.cs | |
parent | Revert "Change linux, windows and mac ODE libraries to use the GIMPACT collid... (diff) | |
download | opensim-SC_OLD-8b035dc3c7ec88ec2c715ebaad9c3de5a34078b5.zip opensim-SC_OLD-8b035dc3c7ec88ec2c715ebaad9c3de5a34078b5.tar.gz opensim-SC_OLD-8b035dc3c7ec88ec2c715ebaad9c3de5a34078b5.tar.bz2 opensim-SC_OLD-8b035dc3c7ec88ec2c715ebaad9c3de5a34078b5.tar.xz |
Restrict accessible of ODECharacter Shell and Body. Add method doc and some error log lines.
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/OdeScene.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdeScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdeScene.cs b/OpenSim/Region/Physics/OdePlugin/OdeScene.cs index 228eca9..37daf46 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdeScene.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdeScene.cs | |||
@@ -1525,7 +1525,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
1525 | chr.CollidingGround = false; | 1525 | chr.CollidingGround = false; |
1526 | chr.CollidingObj = false; | 1526 | chr.CollidingObj = false; |
1527 | 1527 | ||
1528 | // test the avatar's geometry for collision with the space | 1528 | // Test the avatar's geometry for collision with the space |
1529 | // This will return near and the space that they are the closest to | 1529 | // This will return near and the space that they are the closest to |
1530 | // And we'll run this again against the avatar and the space segment | 1530 | // And we'll run this again against the avatar and the space segment |
1531 | // This will return with a bunch of possible objects in the space segment | 1531 | // This will return with a bunch of possible objects in the space segment |