diff options
Diffstat (limited to 'OpenSim/Region/Physics')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index 5388852..5422c11 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -524,7 +524,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
524 | newPrim = new OdePrim(name, this, targetspace, pos, siz, rot, mesh, pbs, isphysical); | 524 | newPrim = new OdePrim(name, this, targetspace, pos, siz, rot, mesh, pbs, isphysical); |
525 | } | 525 | } |
526 | _prims.Add(newPrim); | 526 | _prims.Add(newPrim); |
527 | OpenSim.Framework.Console.MainLog.Instance.Verbose("PHYSICS", "Added Object"); | 527 | |
528 | return newPrim; | 528 | return newPrim; |
529 | } | 529 | } |
530 | 530 | ||