diff options
author | Teravus Ovares | 2008-02-11 01:43:54 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-02-11 01:43:54 +0000 |
commit | a56664cf5910876b8ab7ca175bdb88918ec15280 (patch) | |
tree | 15dc2b901d24968170890c9c68db5f16d47149b4 /OpenSim/Region/Physics/OdePlugin | |
parent | state_entry is now executed on state change. (diff) | |
download | opensim-SC_OLD-a56664cf5910876b8ab7ca175bdb88918ec15280.zip opensim-SC_OLD-a56664cf5910876b8ab7ca175bdb88918ec15280.tar.gz opensim-SC_OLD-a56664cf5910876b8ab7ca175bdb88918ec15280.tar.bz2 opensim-SC_OLD-a56664cf5910876b8ab7ca175bdb88918ec15280.tar.xz |
* um, Prim crossings? Experimental.
* Backup your database just in case.
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index d171947..adb53d2 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |||
@@ -84,6 +84,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
84 | public OdePrim(String primName, OdeScene parent_scene, IntPtr targetSpace, PhysicsVector pos, PhysicsVector size, | 84 | public OdePrim(String primName, OdeScene parent_scene, IntPtr targetSpace, PhysicsVector pos, PhysicsVector size, |
85 | Quaternion rotation, IMesh mesh, PrimitiveBaseShape pbs, bool pisPhysical) | 85 | Quaternion rotation, IMesh mesh, PrimitiveBaseShape pbs, bool pisPhysical) |
86 | { | 86 | { |
87 | System.Threading.Thread.Sleep(20); | ||
87 | _velocity = new PhysicsVector(); | 88 | _velocity = new PhysicsVector(); |
88 | _position = pos; | 89 | _position = pos; |
89 | m_taintposition = pos; | 90 | m_taintposition = pos; |