diff options
author | Teravus Ovares | 2007-11-16 22:13:13 +0000 |
---|---|---|
committer | Teravus Ovares | 2007-11-16 22:13:13 +0000 |
commit | 5fd2fa687edd1a559ce2ed569308acdfa99bee65 (patch) | |
tree | cdf8c64b6aa07f19d3ac32f091264b3591ec8449 /OpenSim/Region/Physics/OdePlugin | |
parent | *Added the TimeDilation property to Scene (diff) | |
download | opensim-SC_OLD-5fd2fa687edd1a559ce2ed569308acdfa99bee65.zip opensim-SC_OLD-5fd2fa687edd1a559ce2ed569308acdfa99bee65.tar.gz opensim-SC_OLD-5fd2fa687edd1a559ce2ed569308acdfa99bee65.tar.bz2 opensim-SC_OLD-5fd2fa687edd1a559ce2ed569308acdfa99bee65.tar.xz |
* Resolved the situation where prim is loaded from storage and when pushed never stops.
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin')
-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 | ||