diff options
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; |