diff options
author | BlueWall | 2011-11-23 10:50:29 -0500 |
---|---|---|
committer | BlueWall | 2011-11-23 10:50:29 -0500 |
commit | 0738fc43e46bd12343c4e43ea19affe65514521a (patch) | |
tree | 607b0dcb20f1f05675a00af00ab94fe2f86c5a1e /OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |
parent | Shell Environment Variables in config (diff) | |
parent | Log error if we attempt to add/remove an OdeCharacter from the _characters li... (diff) | |
download | opensim-SC_OLD-0738fc43e46bd12343c4e43ea19affe65514521a.zip opensim-SC_OLD-0738fc43e46bd12343c4e43ea19affe65514521a.tar.gz opensim-SC_OLD-0738fc43e46bd12343c4e43ea19affe65514521a.tar.bz2 opensim-SC_OLD-0738fc43e46bd12343c4e43ea19affe65514521a.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODEPrim.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index fec4693..94e6185 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |||
@@ -272,7 +272,6 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
272 | 272 | ||
273 | m_taintadd = true; | 273 | m_taintadd = true; |
274 | _parent_scene.AddPhysicsActorTaint(this); | 274 | _parent_scene.AddPhysicsActorTaint(this); |
275 | // don't do .add() here; old geoms get recycled with the same hash | ||
276 | } | 275 | } |
277 | 276 | ||
278 | public override int PhysicsActorType | 277 | public override int PhysicsActorType |