diff options
author | dan miller | 2007-09-01 11:06:48 +0000 |
---|---|---|
committer | dan miller | 2007-09-01 11:06:48 +0000 |
commit | 00d4d5a21b22adae26ddba7ca89bac1eee0517f1 (patch) | |
tree | 88bba5d3809af17b9d492340295e1fb31bb95a72 /OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |
parent | umm, nevermind all that -- this is the real ODE region fix. I'll get subvers... (diff) | |
download | opensim-SC_OLD-00d4d5a21b22adae26ddba7ca89bac1eee0517f1.zip opensim-SC_OLD-00d4d5a21b22adae26ddba7ca89bac1eee0517f1.tar.gz opensim-SC_OLD-00d4d5a21b22adae26ddba7ca89bac1eee0517f1.tar.bz2 opensim-SC_OLD-00d4d5a21b22adae26ddba7ca89bac1eee0517f1.tar.xz |
once more, without the debug statements (ODE multi-region fixes, various debugging)
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/OdePlugin.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index 7141f09..18e78d7 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -164,7 +164,6 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
164 | 164 | ||
165 | public override PhysicsActor AddPrim(PhysicsVector position, PhysicsVector size, Quaternion rotation) | 165 | public override PhysicsActor AddPrim(PhysicsVector position, PhysicsVector size, Quaternion rotation) |
166 | { | 166 | { |
167 | Console.WriteLine("++++++++++++++++++++++++++++++++++ AddPrim: " + position); | ||
168 | PhysicsVector pos = new PhysicsVector(); | 167 | PhysicsVector pos = new PhysicsVector(); |
169 | pos.X = position.X; | 168 | pos.X = position.X; |
170 | pos.Y = position.Y; | 169 | pos.Y = position.Y; |