diff options
author | Teravus Ovares | 2008-03-06 09:41:34 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-03-06 09:41:34 +0000 |
commit | 0cb4e401ad9bed5b82d4ca438fa89ab2443337f8 (patch) | |
tree | b7916d3c360ee5dc973865582640710b2d63b227 /OpenSim/Region/Physics/OdePlugin | |
parent | * Four more warnings, etc etc. (diff) | |
download | opensim-SC_OLD-0cb4e401ad9bed5b82d4ca438fa89ab2443337f8.zip opensim-SC_OLD-0cb4e401ad9bed5b82d4ca438fa89ab2443337f8.tar.gz opensim-SC_OLD-0cb4e401ad9bed5b82d4ca438fa89ab2443337f8.tar.bz2 opensim-SC_OLD-0cb4e401ad9bed5b82d4ca438fa89ab2443337f8.tar.xz |
* Killed 4 more warnings (at 16 now)
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index fb40830..36b3828 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |||
@@ -124,7 +124,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
124 | Quaternion rotation, IMesh mesh, PrimitiveBaseShape pbs, bool pisPhysical, CollisionLocker dode) | 124 | Quaternion rotation, IMesh mesh, PrimitiveBaseShape pbs, bool pisPhysical, CollisionLocker dode) |
125 | { | 125 | { |
126 | 126 | ||
127 | 127 | _target_velocity = new PhysicsVector(0, 0, 0); | |
128 | gc = GCHandle.Alloc(prim_geom, GCHandleType.Pinned); | 128 | gc = GCHandle.Alloc(prim_geom, GCHandleType.Pinned); |
129 | ode = dode; | 129 | ode = dode; |
130 | _velocity = new PhysicsVector(); | 130 | _velocity = new PhysicsVector(); |